This commit is contained in:
parent
8c3ba7e883
commit
57969cc07d
7 changed files with 99 additions and 12 deletions
|
@ -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("/parallel_tasks", HandleSetParallelTasks)
|
||||
mux.HandleFunc("/stats", handleStats)
|
||||
mux.HandleFunc("/stats/{id}", handleStats)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue