mirror of
https://github.com/rvdbreemen/OTGW-firmware
synced 2024-11-16 04:33:49 +01:00
commit
12146893b8
@ -8,8 +8,8 @@
|
||||
** TERMS OF USE: MIT License. See bottom of file.
|
||||
***************************************************************************
|
||||
*/
|
||||
const localURL='http://'+window.location.host;
|
||||
const APIGW='http://'+window.location.host+'/api/';
|
||||
const localURL=window.location.protocol+'//'+window.location.host;
|
||||
const APIGW=window.location.protocol+'//'+window.location.host+'/api/';
|
||||
|
||||
"use strict";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user