feat(webui): bootstrap state version page
This commit is contained in:
parent
26e10a9399
commit
21c8d6601a
4 changed files with 101 additions and 0 deletions
|
@ -19,5 +19,6 @@ func addRoutes(
|
|||
mux.Handle("GET /states", requireLogin(handleStatesGET(db)))
|
||||
mux.Handle("GET /state/{id}", requireLogin(handleStateGET(db)))
|
||||
mux.Handle("GET /static/", cache(http.FileServer(http.FS(staticFS))))
|
||||
mux.Handle("GET /version/{id}", requireLogin(handleVersionGET(db)))
|
||||
mux.Handle("GET /", requireLogin(handleIndexGET()))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue