Add stats page
All checks were successful
/ release (push) Successful in 29s

This commit is contained in:
Samuel Lorch 2024-07-13 01:45:43 +02:00
parent 8ba0e8f2ab
commit 0f5d842a64
6 changed files with 77 additions and 2 deletions

View file

@ -103,6 +103,7 @@ func Start(_conf config.Config, tmplFS embed.FS, staticFS embed.FS, migrationsFS
mux.HandleFunc("/libraries", handleLibraries)
mux.HandleFunc("/ffmpeg_commands", handleFfmpegCommands)
mux.HandleFunc("/queue_enable", HandleSetQueueEnable)
mux.HandleFunc("/stats", handleStats)
mux.HandleFunc("/", handleIndex)