Skip to content

Commit b20918f

Browse files
vi3k6i5copybara-github
authored andcommitted
ADK changes
PiperOrigin-RevId: 816906023
1 parent 1ef50dd commit b20918f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/url-util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class URLUtil {
3737
* @returns {string} Base URL (protocol + hostname + port)
3838
*/
3939
static getApiServerBaseUrl(): string {
40-
return (window as any)['runtimeConfig']?.backendUrl;
40+
return (window as any)['runtimeConfig']?.backendUrl || '';
4141
}
4242

4343
static getWSServerUrl(): string {

0 commit comments

Comments
 (0)