Skip to content

Commit

Permalink
Update index to take css file using relative path instead of absolute…
Browse files Browse the repository at this point in the history
… one
  • Loading branch information
ukmekgnac committed Jun 30, 2019
1 parent fbac8e9 commit e093b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head lang="en">
<meta charset="UTF-8"/>
<title>ReactJS + Spring Data REST</title>
<link rel="stylesheet" href="/main.css"/>
<link rel="stylesheet" href="main.css"/>
</head>
<body>

Expand Down

0 comments on commit e093b4f

Please sign in to comment.