Skip to content
This repository was archived by the owner on Jun 29, 2018. It is now read-only.

Commit 410a64d

Browse files
author
Johannes Stelzer
committed
remove preceeding slash from journal path
1 parent f08744d commit 410a64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-admin-server-ui/app/js/controller/journalCtrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'use strict';
1717

1818
module.exports = function ($scope, $http) {
19-
$http.get('/api/journal').success(function(journal) {
19+
$http.get('api/journal').success(function(journal) {
2020
$scope.journal = journal;
2121
}).error(function(error) {
2222
$scope.error = error;

0 commit comments

Comments
 (0)