Added most basic auth
This commit is contained in:
@@ -4,6 +4,10 @@ package main
|
||||
|
||||
const port = 8080
|
||||
|
||||
func getSecret() string {
|
||||
return "test"
|
||||
}
|
||||
|
||||
func getDbPath() string {
|
||||
return "db.sqlite"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user