Skip to content

Commit fe30f8a

Browse files
committed
Update config.js
1 parent 3f64ec7 commit fe30f8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var urladdport = true; //add port on getserverurl
1111

1212
var config = {
1313
debug: true,
14-
usecdn: false,
14+
usecdn: false,
1515
version: '0.3.3',
1616
domain: domain,
1717
alloworigin: ['add here to allow origin to cross'],
@@ -75,4 +75,4 @@ var config = {
7575
}
7676
};
7777

78-
module.exports = config;
78+
module.exports = config;

0 commit comments

Comments
 (0)