fix uploads dir

This commit is contained in:
aichy126 2022-11-09 15:23:08 +08:00
parent 62a9eaaebe
commit 7f49f8bcb1
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ const (
)
var (
ConfigFilePath = "/conf/"
UploadFilePath = "/upfiles/"
ConfigFileDir = "/conf/"
UploadFilePath = "/uploads/"
I18nPath = "/i18n/"
CacheDir = "/cache/"
)