Skip to content

Commit

Permalink
updated UI (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvovk authored Feb 7, 2024
1 parent 9d3b5e0 commit 2c04814
Show file tree
Hide file tree
Showing 6 changed files with 779 additions and 778 deletions.
1 change: 1 addition & 0 deletions api/main_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func NewHandler(services APIServices) http.Handler {
r.HandleFunc("/performance", index)
r.HandleFunc("/documentation", index)
r.HandleFunc("/admin", index)
r.HandleFunc("/downloader", index)

r.Group(func(r chi.Router) {
session := sessions.Middleware{CacheService: services.StoreSession}
Expand Down
1 change: 0 additions & 1 deletion web/dist/assets/index-052eb671.css

This file was deleted.

Loading

0 comments on commit 2c04814

Please sign in to comment.