update api version

This commit is contained in:
Patrick Nagurny
2018-10-19 14:17:11 -04:00
parent 8fccfad9cf
commit 6cc7ea87bd
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': '^0.1.8'
'accept-version': '^1.0.0'
})
};
private orgId: string;