mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Merge pull request #6289 from wenottingham/redirect
Get /api/ instead of /api.
This commit is contained in:
@@ -54,7 +54,7 @@ export default
|
||||
// Retrieve the custom logo information - update configSettings from above
|
||||
$http({
|
||||
method: 'GET',
|
||||
url: '/api',
|
||||
url: '/api/',
|
||||
})
|
||||
.success(function(response) {
|
||||
if(response.custom_logo) {
|
||||
|
||||
Reference in New Issue
Block a user