mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Linter fixes.
This commit is contained in:
parent
1dd8175e11
commit
9400bad990
@ -45,6 +45,7 @@ class APIClient {
|
||||
}
|
||||
|
||||
get = (endpoint, params = {}) => this.http.get(endpoint, { params });
|
||||
|
||||
post = (endpoint, data) => this.http.post(endpoint, data);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user