mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-28 19:01:48 -05:00
Add prompt on launch and checkbox
This commit is contained in:
@@ -22,7 +22,7 @@ function httpGet (resource) {
|
||||
|
||||
return $q.resolve();
|
||||
} else if (resource) {
|
||||
req.url = `${this.path}/${resource}`;
|
||||
req.url = `${this.path}${resource}/`;
|
||||
}
|
||||
|
||||
return $http(req)
|
||||
@@ -62,7 +62,7 @@ function httpOptions (resource) {
|
||||
};
|
||||
|
||||
if (resource) {
|
||||
req.url = `${this.path}/${resource}`;
|
||||
req.url = `${this.path}${resource}/`;
|
||||
}
|
||||
|
||||
return $http(req)
|
||||
|
||||
Reference in New Issue
Block a user