You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-09 09:01:24 +13:00
update api version
This commit is contained in:
@@ -22,7 +22,7 @@ export class ApiService {
|
|||||||
private httpOptions = {
|
private httpOptions = {
|
||||||
headers: new HttpHeaders({
|
headers: new HttpHeaders({
|
||||||
'content-type': 'application/json',
|
'content-type': 'application/json',
|
||||||
'accept-version': '^1.0.1'
|
'accept-version': '^1.3.0'
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
private orgId: string;
|
private orgId: string;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import 'rxjs/add/operator/retryWhen';
|
|||||||
import 'rxjs/add/operator/repeatWhen';
|
import 'rxjs/add/operator/repeatWhen';
|
||||||
import 'rxjs/add/operator/delay';
|
import 'rxjs/add/operator/delay';
|
||||||
|
|
||||||
var version = '^1.0.1';
|
var version = '^1.3.0';
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class WebSocketService {
|
export class WebSocketService {
|
||||||
|
|||||||
Reference in New Issue
Block a user