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:
Bill Nottingham 2017-05-18 12:30:28 -04:00
parent 7c2e5df659
commit 6b88643517

View File

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