pull/508/head
hunterlong 2020-04-17 02:38:17 -07:00
parent c41f398c2f
commit e8848c824b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func apiThemeSaveHandler(w http.ResponseWriter, r *http.Request) {
}
func apiThemeCreateHandler(w http.ResponseWriter, r *http.Request) {
dir := utils.Directory
dir := utils.Params.GetString("STATPING_DIR")
utils.Log.Infof("creating assets in folder: %s/%s", dir, "assets")
if err := source.CreateAllAssets(dir); err != nil {
log.Errorln(err)