From 6b886435170e265df29cfbfbae768ccc2d48e6a0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 18 May 2017 12:30:28 -0400 Subject: [PATCH] Get /api/ instead of /api. Hitting /api gives a 301 redirection to /api/, might as well just go there out of the box. --- awx/ui/client/src/shared/load-config/load-config.factory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {