set default server url

This commit is contained in:
Jacob Overgaard
2023-05-17 11:11:47 +02:00
parent dced783e15
commit 001ecfd9e5

View File

@@ -28,7 +28,7 @@ export class UmbAppElement extends UmbLitElement {
* @remarks This is the base URL of the Umbraco server, not the base URL of the backoffice.
*/
@property({ type: String })
serverUrl = '';
serverUrl = window.location.origin;
/**
* The base path of the backoffice.