mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-07 16:41:48 -05:00
Code cleanup, renaming functions, use .all() on config promises
This commit is contained in:
@@ -76,7 +76,7 @@ class APIClient {
|
||||
return this.http.post(API_ORGANIZATIONS, data);
|
||||
}
|
||||
|
||||
callOrganizations () {
|
||||
optionsOrganizations () {
|
||||
return this.http.options(API_ORGANIZATIONS);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user