Skip to content

Commit a33df23

Browse files
committed
rick/backend
1 parent 5304a04 commit a33df23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const config = {
33
DEV_PORT: 5656,
44
API_BASE_URL: isProduction
55
? 'https://app.reactype.dev'
6-
: 'http://localhost:8080',
7-
// : 'http://localhost:5656',
6+
//: 'http://localhost:8080',
7+
: 'http://localhost:5656',
88
API_BASE_URL2: isProduction
99
? 'https://app.reactype.dev'
1010
: 'http://localhost:8080',

0 commit comments

Comments
 (0)