Skip to content

Commit 0fe1859

Browse files
author
Antonio Vivace
authored
Merge pull request #49 from CoderBotOrg/reset_service
Trigger a Reset from UI
2 parents 4cae597 + e196483 commit 0fe1859

File tree

4 files changed

+77
-15994
lines changed

4 files changed

+77
-15994
lines changed

config/dev.env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = merge(prodEnv, {
99
NODE_ENV: '"development"',
1010
// Backend location. Must point to the exposed Flask instance
1111
// By default, if you run the backend locally, it's available at localhost:5000
12-
CB_ENDPOINT: '"http://localhost:5000"',
12+
CB_ENDPOINT: '"http://coderbot.local"',
1313
// Legacy APIs
1414
APIv1: '""',
1515
// New API, exposed by Connexion

0 commit comments

Comments
 (0)