Skip to content

Commit

Permalink
update api server address
Browse files Browse the repository at this point in the history
  • Loading branch information
Aixile committed Apr 22, 2018
1 parent 8473ec8 commit 1e00360
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
var debug = false;
var backendUrlPrefix = (debug ? 'http://localhost:6253' : '');
var frontendUrlPrefix = (debug ? 'http://localhost:3000' : '');
var hostServer = 'make.girls.moe';
var apiHostServer = 'http://api.make.girls.moe';
var backendUrlPrefix = (debug ? 'http://localhost:6253' : apiHostServer);
var frontendUrlPrefix = (debug ? 'http://localhost:3000' : '');
var Config = {
colors: {
theme: '#bd1c1b',
Expand Down

0 comments on commit 1e00360

Please sign in to comment.