fix billing process

This commit is contained in:
Dennis Eichhorn 2023-04-08 04:36:26 +02:00
parent b36bfdcf89
commit 237bfd7559

View File

@ -42,7 +42,9 @@ export class Application {
this.request.setRootPath(
HttpUri.parseUrl(
document.getElementsByTagName('base')[0].href
typeof document.getElementsByTagName('base')[0] !== 'undefined'
? document.getElementsByTagName('base')[0].href
: ''
).path
);