mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Adds trailing slash to /api request
This commit is contained in:
parent
1d9ce6cc15
commit
efbff24528
@ -52,7 +52,7 @@ function fetchLocaleStrings (callback) {
|
||||
}
|
||||
|
||||
function fetchConfig (callback) {
|
||||
const request = $.ajax(`/api`);
|
||||
const request = $.ajax('/api/');
|
||||
|
||||
request.done(res => {
|
||||
angular.module('awApp').constant('ConfigSettings', res);
|
||||
|
Loading…
Reference in New Issue
Block a user