🎇 webdav unfinished

This commit is contained in:
微凉
2021-11-28 00:12:04 +08:00
parent c39752ceb4
commit f9945a14a8
15 changed files with 6793 additions and 0 deletions

View File

@ -40,6 +40,7 @@ func InitApiRouter(r *gin.Engine) {
admin.DELETE("/meta", DeleteMeta)
}
Static(r)
WebDav(r)
}
func Cors(r *gin.Engine) {