Fix repair condition
This commit is contained in:
@@ -59,6 +59,7 @@ func AttachHandlers(router *chi.Mux, downloader *universal.Downloader, torMgr *t
|
||||
router.Post("/torrents/dump", hs.handleDumpTorrents)
|
||||
router.Post("/torrents/analyze", hs.handleAnalyzeTorrents)
|
||||
router.Post("/torrents/repair", hs.handleTriggerRepairAll)
|
||||
router.Post("/torrents/reset-repair-state", hs.handleResetRepairState)
|
||||
// version
|
||||
router.Get(fmt.Sprintf("/{mountType}/%s", version.FILE), hs.handleVersionFile)
|
||||
router.Head(fmt.Sprintf("/{mountType}/%s", version.FILE), hs.handleCheckVersionFile)
|
||||
|
||||
Reference in New Issue
Block a user