diff --git a/awx/ui/client/src/shared/load-config/load-config.factory.js b/awx/ui/client/src/shared/load-config/load-config.factory.js index 7543173036..b21c9ef7cb 100644 --- a/awx/ui/client/src/shared/load-config/load-config.factory.js +++ b/awx/ui/client/src/shared/load-config/load-config.factory.js @@ -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) {