Skip to content

Commit fe3040f

Browse files
author
Duy Nguyen
committed
Change prod_mode
1 parent 3369513 commit fe3040f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const MODE = 1; // 1-DEV, 2-PROD
1+
const MODE = 2; // 1-DEV, 2-PROD
22

33
const SERVER_URL_DEV = 'http://localhost:5000';
44

0 commit comments

Comments
 (0)