Public Access
allow multi auth
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ func main() {
|
||||
}
|
||||
defer db.Close()
|
||||
|
||||
apiHandler := &ApiHandler{db: db}
|
||||
apiHandler := MakeApiHandler(db)
|
||||
|
||||
mux := http.NewServeMux()
|
||||
mux.Handle("/", http.FileServer(HtmlDir{http.Dir(frontendPath)}))
|
||||
|
||||
Reference in New Issue
Block a user