We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5304a04 commit a33df23Copy full SHA for a33df23
config.js
@@ -3,8 +3,8 @@ const config = {
3
DEV_PORT: 5656,
4
API_BASE_URL: isProduction
5
? 'https://app.reactype.dev'
6
- : 'http://localhost:8080',
7
- // : 'http://localhost:5656',
+ //: 'http://localhost:8080',
+ : 'http://localhost:5656',
8
API_BASE_URL2: isProduction
9
10
: 'http://localhost:8080',
0 commit comments