Skip to content

Commit

Permalink
[FIX] #167 - edit profile path
Browse files Browse the repository at this point in the history
  • Loading branch information
woowang789 committed Sep 14, 2022
1 parent b783142 commit 73ffa73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public String showBookmark(Model model, @AuthUser Account account, Principal pri
MemberVo memberVo = accountService.getReadOnlyMember(principal.getName());
model.addAttribute("member", memberVo);

return "/profile/profile-bookmark";
return "profile/profile-bookmark";
}

}

0 comments on commit 73ffa73

Please sign in to comment.