Browse Source

Add missing variable

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

1
js/config.js

@ -8,3 +8,4 @@ @@ -8,3 +8,4 @@
const appRoot = 'http://localhost:8888/';
const wsUrl = 'ws://localhost:8080';//use wss://localhost:8080/comm for secured connection
const spinnerClass = 'fa fa-spinner faa-spin animated';
Loading…
Cancel
Save