Added most basic auth

This commit is contained in:
Pablu23
2024-05-21 16:36:40 +02:00
parent 0904a1214e
commit 63ffb8df6e
10 changed files with 133 additions and 31 deletions

View File

@@ -4,6 +4,10 @@ package main
const port = 8080
func getSecret() string {
return "test"
}
func getDbPath() string {
return "db.sqlite"
}