261a6294cb
* added dynamic configuration of Port in Desktop app * added dynamic configuration of API_URL to docker deployments. Now it works with editing only .env file.
8 lines
220 B
JavaScript
Executable File
8 lines
220 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function GetAPIBaseURL() {
|
|
return window['go']['main']['App']['GetAPIBaseURL']();
|
|
}
|