Skip to content

Commit

Permalink
Fix UI path
Browse files Browse the repository at this point in the history
  • Loading branch information
NVCLong committed Dec 17, 2023
1 parent 62cf3e8 commit 4e0a914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/app/Controller/UserController.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class UserController {
res.clearCookie("accessToken");
res.clearCookie("refreshToken");
res.clearCookie("pId")
res.clearCookie("dId")
res.clearCookie("d_Id")
res.redirect("/");
}
}
Expand Down
2 changes: 1 addition & 1 deletion server/resource/views/home.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<main>
<div class="logo_main">
<img src="../src/images/PDM_logo.png" class="logo" width="500" height="500">
<img src="/images/PDM_logo.png" class="logo" width="500" height="500">
</div>
<div class="text_main">
<h1>WELCOME TO PDM</h1>
Expand Down

0 comments on commit 4e0a914

Please sign in to comment.