add rutor api

This commit is contained in:
YouROK
2023-01-29 20:04:48 +03:00
parent fbd1765331
commit ff1c05a6bf
6 changed files with 22 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ func SetupRoute(route *gin.RouterGroup) {
route.GET("/playlist/*fname", playList)
route.GET("/download/:size", download)
route.GET("/search/*query", rutorSearch)
}
func shutdown(c *gin.Context) {