mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-20 12:46:17 +08:00
✨ add proxy
This commit is contained in:
@ -34,5 +34,6 @@ func InitApiRouter(engine *gin.Engine) {
|
||||
apiV2.POST("/video_preview/:drive", controllers.VideoPreview)
|
||||
apiV2.POST("/video_preview_play_info/:drive", controllers.VideoPreviewPlayInfo)
|
||||
engine.GET("/d/*path", controllers.Down)
|
||||
engine.GET("/p/*path",controllers.Proxy)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user