mirror of
https://github.com/AlistGo/alist.git
synced 2025-11-25 11:29:45 +08:00
feat: obj list api
This commit is contained in:
@@ -49,6 +49,7 @@ func Init(r *gin.Engine) {
|
||||
|
||||
public := api.Group("/public")
|
||||
public.GET("/settings", controllers.PublicSettings)
|
||||
public.GET("/list", controllers.List)
|
||||
}
|
||||
|
||||
func Cors(r *gin.Engine) {
|
||||
|
||||
Reference in New Issue
Block a user