mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-06 02:21:06 +08:00
feat: generate plist for ipa
This commit is contained in:
@ -17,6 +17,8 @@ func Init(r *gin.Engine) {
|
||||
r.Use(middlewares.StoragesLoaded)
|
||||
WebDav(r)
|
||||
|
||||
r.GET("/favicon.ico", handles.Favicon)
|
||||
r.GET("/i/:link/:name", handles.Plist)
|
||||
r.GET("/d/*path", middlewares.Down, handles.Down)
|
||||
r.GET("/p/*path", middlewares.Down, handles.Proxy)
|
||||
|
||||
|
Reference in New Issue
Block a user