first implementation of downloaded files viewer

This commit is contained in:
2023-05-24 13:19:04 +02:00
parent 3737e86de3
commit 908f4c6636
7 changed files with 276 additions and 31 deletions

View File

@@ -34,7 +34,7 @@ func RunBlocking(port int, frontend fs.FS) {
app.Get("/downloaded", rest.ListDownloaded)
app.Post("/delete", rest.DeleteFile)
app.Post("/play", rest.PlayFile)
app.Get("/play", rest.PlayFile)
// RPC handlers
// websocket