mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2026-07-25 06:54:30 +00:00
code refactoring
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ func RunBlocking(port int, frontend fs.FS) {
|
||||
app.Post("/downloaded", rest.ListDownloaded)
|
||||
|
||||
app.Post("/delete", rest.DeleteFile)
|
||||
app.Get("/play", rest.PlayFile)
|
||||
app.Get("/d/:id", rest.SendFile)
|
||||
|
||||
// RPC handlers
|
||||
// websocket
|
||||
|
||||
Reference in New Issue
Block a user