docker build, static golang builds

pull/523/head
hunterlong 2020-04-21 22:41:47 -07:00
parent 969beb2cb5
commit f914262ea5
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ func Router() *mux.Router {
api.Handle("/api/oauth/{provider}", http.HandlerFunc(oauthHandler))
r.Handle("/.well-known/", http.StripPrefix("/.well-known/", http.FileServer(http.Dir(dir+"/.well-known"))))
r.NotFoundHandler = http.HandlerFunc(error404Handler)
r.Handle("/", http.HandlerFunc(indexHandler))
return r
}