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 (
|
var (
|
||||||
ConfigFilePath = "/conf/"
|
ConfigFileDir = "/conf/"
|
||||||
UploadFilePath = "/upfiles/"
|
UploadFilePath = "/uploads/"
|
||||||
I18nPath = "/i18n/"
|
I18nPath = "/i18n/"
|
||||||
CacheDir = "/cache/"
|
CacheDir = "/cache/"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue