Code cleanup, renaming functions, use .all() on config promises

This commit is contained in:
mabashian
2019-04-26 11:02:16 -04:00
parent e5dda696d7
commit 8cfe74a854
7 changed files with 34 additions and 50 deletions

View File

@@ -76,7 +76,7 @@ class APIClient {
return this.http.post(API_ORGANIZATIONS, data);
}
callOrganizations () {
optionsOrganizations () {
return this.http.options(API_ORGANIZATIONS);
}