mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 10:38:15 -03:30
Linter fixes.
This commit is contained in:
@@ -45,6 +45,7 @@ class APIClient {
|
||||
}
|
||||
|
||||
get = (endpoint, params = {}) => this.http.get(endpoint, { params });
|
||||
|
||||
post = (endpoint, data) => this.http.post(endpoint, data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user