🔀Merge pull request #180 from ajnart/ajnart/issue163

 Add different URL for API calls
This commit is contained in:
Thomas Camlong
2022-06-06 21:39:38 +02:00
committed by GitHub
4 changed files with 10 additions and 1 deletions

View File

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