add comment

This commit is contained in:
Mads Rasmussen
2023-11-10 14:00:36 +01:00
parent 14f030f8fd
commit 1ecdf4a6f4

View File

@@ -11,6 +11,8 @@ export class UmbServerConnection {
constructor(serverUrl: string) {
this.#url = serverUrl;
/* All requests to the server requires the base URL to be set.
We make sure it happens before we get the server status. */
OpenAPI.BASE = this.#url;
}