mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -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:
@@ -54,7 +54,7 @@ export default
|
|||||||
// Retrieve the custom logo information - update configSettings from above
|
// Retrieve the custom logo information - update configSettings from above
|
||||||
$http({
|
$http({
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: '/api',
|
url: '/api/',
|
||||||
})
|
})
|
||||||
.success(function(response) {
|
.success(function(response) {
|
||||||
if(response.custom_logo) {
|
if(response.custom_logo) {
|
||||||
|
|||||||
Reference in New Issue
Block a user