Browse Source

Set static appRoot in config.js

pull/54/head
Amir Sanni 5 years ago
parent
commit
bba8e05b22
  1. 2
      js/config.js

2
js/config.js

@ -6,4 +6,4 @@
'use strict'; 'use strict';
const appRoot = 'http://localhost:8888'; const appRoot = 'http://localhost:8888/';
Loading…
Cancel
Save