You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-09 09:01:24 +13:00
change api server
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user