Skip to content

Commit f28eb27

Browse files
committed
Reset button inside settings, log card, connection for RESET with coderbot API
1 parent 4c36c79 commit f28eb27

File tree

4 files changed

+1226
-1209
lines changed

4 files changed

+1226
-1209
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)