File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ const isProduction = process.env.NODE_ENV === 'production';
2
2
const serverConfig = {
3
3
DEV_PORT : 5656 ,
4
4
API_BASE_URL : isProduction
5
- ? 'https://reactype-2c81e4204f81.herokuapp.com '
5
+ ? 'https://app. reactype.dev '
6
6
: 'http://localhost:5656' ,
7
7
// : 'http://localhost:8080',
8
8
API_BASE_URL2 : isProduction
9
- ? 'https://reactype-2c81e4204f81.herokuapp.com '
9
+ ? 'https://app. reactype.dev '
10
10
: 'http://localhost:8080'
11
11
} ;
12
12
// module.exports = config;
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ const isProduction = process.env.NODE_ENV === 'production';
2
2
const config = {
3
3
DEV_PORT : 5656 ,
4
4
API_BASE_URL : isProduction
5
- ? 'https://reactype-2c81e4204f81.herokuapp.com '
5
+ ? 'https://app. reactype.dev '
6
6
: 'http://localhost:5656' ,
7
7
// : 'http://localhost:8080',
8
8
API_BASE_URL2 : isProduction
9
- ? 'https://reactype-2c81e4204f81.herokuapp.com '
9
+ ? 'https://app. reactype.dev '
10
10
: 'http://localhost:8080'
11
11
} ;
12
12
module . exports = config ;
You can’t perform that action at this time.
0 commit comments