Merge pull request #6289 from wenottingham/redirect

Get /api/ instead of /api.
This commit is contained in:
Greg Considine
2017-05-18 12:57:42 -04:00
committed by GitHub

View File

@@ -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) {