mirror of https://gitee.com/answerdev/answer.git
fix uploads dir
This commit is contained in:
parent
62a9eaaebe
commit
7f49f8bcb1
|
@ -16,8 +16,8 @@ const (
|
|||
)
|
||||
|
||||
var (
|
||||
ConfigFilePath = "/conf/"
|
||||
UploadFilePath = "/upfiles/"
|
||||
ConfigFileDir = "/conf/"
|
||||
UploadFilePath = "/uploads/"
|
||||
I18nPath = "/i18n/"
|
||||
CacheDir = "/cache/"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue