mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Get /api/ instead of /api.
Hitting /api gives a 301 redirection to /api/, might as well just go there out of the box.
This commit is contained in:
parent
7c2e5df659
commit
6b88643517
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user