Skip to content

Commit 64307b9

Browse files
committed
minor fix
1 parent 74a8a57 commit 64307b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/general.sample.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
//will enable/disable auto config
4646
enableAutomaticConfiguration: 0,
4747
//the path to the upload folder
48-
uploadFolder: ['/uploaded'],
48+
uploadFolder: ['./uploaded'],
4949
//will enable csv imports
5050
enableCSVImport: 1,
5151
//graph that stores your mapping configurations for imprting other formats such as CSV

0 commit comments

Comments
 (0)