first draft of home page
This commit is contained in:
@@ -100,9 +100,6 @@ func NewServer(
|
||||
// TODO: eliminate once no longer used.
|
||||
mux.HandleFunc("POST /login", response.Handler(s.login))
|
||||
|
||||
// TODO: get rid of this, once we're confident this isn't needed...
|
||||
mux.Handle("GET /test-auth", response.Handler(s.authenticateAndAddIdentity(s.testAuthEndpoint)))
|
||||
|
||||
// webpage content
|
||||
|
||||
scfs := http.FileServer(http.Dir(contentDir + "/scripts"))
|
||||
|
||||
Reference in New Issue
Block a user