Skip to content

Commit 0da2882

Browse files
committed
removed hard path for JWTAuthenticationMethod
1 parent ef4d168 commit 0da2882

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/applicationJsonMissingError.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<meta name="description" content="">
77
<meta name="author" content="">
8-
<link rel="icon" href="/public/assets/favicon.ico">
8+
<link rel="icon" href="public/assets/favicon.ico">
99

1010
<title>Error finding the application.json file</title>
1111

1212
<!-- Bootstrap core CSS -->
1313
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
1414
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
1515
<!-- Custom styles for this template -->
16-
<link href="/public/assets/css.css" rel="stylesheet">
16+
<link href="public/assets/css.css" rel="stylesheet">
1717
</head>
1818

1919
<body>

0 commit comments

Comments
 (0)