feat: better way to detect initial account creation

This commit is contained in:
Deluan
2020-02-08 13:43:14 -05:00
parent 730722cfe3
commit 10ead1f5f2
5 changed files with 77 additions and 47 deletions
+1
View File
@@ -49,6 +49,7 @@ func (app *Router) routes() http.Handler {
})
// Serve UI app assets
r.Handle("/", ServeIndex(app.ds))
r.Handle("/*", http.StripPrefix(app.path, http.FileServer(assets.AssetFile())))
return r