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