We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8eaa48 commit 5d5e9fdCopy full SHA for 5d5e9fd
1 file changed
app/config/setting.js
@@ -6,7 +6,7 @@ switch (process.env.NODE_ENV) {
6
siteDomain = 'http://localhost:5000';
7
break;
8
case 'production':
9
- siteDomain = 'http://koa.lin.colorful3.com/';
+ siteDomain = 'http://koa.lin.colorful3.com';
10
11
}
12
module.exports = {
0 commit comments