Browse Source

Add missing variable

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

3
js/config.js

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