mirror of
https://github.com/AlistGo/alist.git
synced 2025-11-25 19:37:41 +08:00
feat: dirs api
This commit is contained in:
@@ -79,6 +79,7 @@ func Init(r *gin.Engine) {
|
||||
public.GET("/settings", controllers.PublicSettings)
|
||||
public.Any("/list", controllers.FsList)
|
||||
public.Any("/get", controllers.FsGet)
|
||||
public.Any("/dirs", controllers.FsDirs)
|
||||
|
||||
// gust can't
|
||||
fs := api.Group("/fs")
|
||||
|
||||
Reference in New Issue
Block a user