serve library files for download
This commit is contained in:
parent
da66c2fdf9
commit
445c1321ba
2 changed files with 27 additions and 0 deletions
|
@ -75,6 +75,7 @@ func Start(_conf config.Config, tmplFS embed.FS, staticFS embed.FS, migrationsFS
|
|||
mux.HandleFunc("/worker", handleWorkerWebsocket)
|
||||
mux.Handle("/static/", fs)
|
||||
mux.HandleFunc("/tasks", handleTasks)
|
||||
mux.HandleFunc("/files/{id}", handleFile)
|
||||
mux.HandleFunc("/tasks/{id}", handleTask)
|
||||
mux.HandleFunc("/scan/{id}", handleScan)
|
||||
mux.HandleFunc("/libraries/{id}", handleLibrary)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue