🎇 add local config

This commit is contained in:
微凉
2021-12-20 23:56:17 +08:00
parent 337bf08cd3
commit 1485ab2677
4 changed files with 17 additions and 7 deletions

View File

@ -49,8 +49,8 @@ func InitApiRouter(r *gin.Engine) {
admin.POST("/link", controllers.Link)
}
Static(r)
WebDav(r)
Static(r)
}
func Cors(r *gin.Engine) {