Skip to content

Commit 6b68d61

Browse files
committed
Revert api url
1 parent 72a8c5a commit 6b68d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const { methods, install: installRest } = prepareRest(
3535
root: `${
3636
process.env.NODE_ENV === 'development'
3737
? 'http://127.0.0.1:4000'
38-
: 'https://new.codingworkshops.org'
38+
: 'https://codingworkshops.org'
3939
}/api/v1`,
4040
},
4141
restConfig,

0 commit comments

Comments
 (0)