update api version

This commit is contained in:
Patrick Nagurny
2019-06-27 16:53:47 -04:00
parent 3309178eff
commit 9ad7f1ff61
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ export class ApiService {
private httpOptions = {
headers: new HttpHeaders({
'content-type': 'application/json',
'accept-version': '^1.0.1'
'accept-version': '^1.3.0'
})
};
private orgId: string;