fix constants.js api url
This commit is contained in:
parent
930a440b02
commit
11a63713b9
|
@ -7,7 +7,7 @@ const api_path = path => API_ROOT + path;
|
|||
* Api root path
|
||||
* @type {string}
|
||||
*/
|
||||
const API_ROOT = window.location.protocol + window.location.host;
|
||||
const API_ROOT = window.location.protocol + '//' + window.location.host;
|
||||
// ДЛЯ ПРОДА ПОСТАВИТЬ ЭТО: '//' + window.location.host
|
||||
|
||||
/** OpenID Connect Client Config
|
||||
|
|
Loading…
Reference in New Issue