Fix: Onedrive have batch requests limit for 20 per request

This commit is contained in:
HFO4
2020-02-04 10:48:26 +08:00
parent 91e202c7e6
commit 7804b4efb1
5 changed files with 58 additions and 4 deletions

View File

@@ -273,6 +273,9 @@ func InitMasterRouter() *gin.Engine {
file.POST("decompress", controllers.Decompress)
}
// 离线下载任务
//aria2 := auth.Group("aria2")
// 目录
directory := auth.Group("directory")
{