You've already forked openaccounting-web
forked from cybercinch/openaccounting-web
update api version
This commit is contained in:
@@ -22,7 +22,7 @@ export class ApiService {
|
||||
private httpOptions = {
|
||||
headers: new HttpHeaders({
|
||||
'content-type': 'application/json',
|
||||
'accept-version': '^0.1.8'
|
||||
'accept-version': '^1.0.0'
|
||||
})
|
||||
};
|
||||
private orgId: string;
|
||||
|
||||
Reference in New Issue
Block a user