mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-27 03:04:46 +00:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
if (!window.appSettings){
|
|
window.appSettings = {};
|
|
appSettings.urlRoot = "/api/v1/";
|
|
} |