change api server

This commit is contained in:
Patrick Nagurny
2018-11-08 16:57:10 -05:00
parent 0f6a5fc95f
commit 8a86ad060a
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ export class Config {
defaultOrg: string;
reportData: any;
constructor(options: any = {}) {
this.server = options.server || 'https://openaccounting.io:8080/api';
this.server = options.server || 'https://api.openaccounting.io';
this.email = options.email;
this.password = options.password;
this.defaultOrg = options.defaultOrg;