Add different URL for API calls

Fixes #163
This commit is contained in:
ajnart
2022-06-06 18:26:29 +02:00
parent 9686761c3d
commit ea972effb4
4 changed files with 10 additions and 1 deletions

View File

@@ -53,4 +53,5 @@ export interface serviceItem {
apiKey?: string;
password?: string;
username?: string;
openedUrl?: string;
}