Skip to content

Commit 8ddfd24

Browse files
committed
config.js
1 parent 25d3a66 commit 8ddfd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/public/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// During web development, you may change values here for rapid testing.
77

88
var config = {
9-
base_url: "http://127.0.0.1:2586", //window.location.origin, // Change to test against a different server
9+
base_url: window.location.origin, // Change to test against a different server
1010
app_root: "/app",
1111
enable_login: true,
1212
enable_signup: true,

0 commit comments

Comments
 (0)