You've already forked openaccounting-web
forked from cybercinch/openaccounting-web
api version 1.0.1
This commit is contained in:
@@ -22,7 +22,7 @@ export class ApiService {
|
||||
private httpOptions = {
|
||||
headers: new HttpHeaders({
|
||||
'content-type': 'application/json',
|
||||
'accept-version': '^1.0.0'
|
||||
'accept-version': '^1.0.1'
|
||||
})
|
||||
};
|
||||
private orgId: string;
|
||||
|
||||
@@ -10,7 +10,7 @@ import 'rxjs/add/operator/retryWhen';
|
||||
import 'rxjs/add/operator/repeatWhen';
|
||||
import 'rxjs/add/operator/delay';
|
||||
|
||||
var version = '^1.0.0';
|
||||
var version = '^1.0.1';
|
||||
|
||||
@Injectable()
|
||||
export class WebSocketService {
|
||||
|
||||
Reference in New Issue
Block a user