Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit be92f7e

Browse files
authored
Merge pull request #4 from wiemanboy/feature/debug-cookie
FIX: endpoint
2 parents 721eb7d + 23020b7 commit be92f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/wiemanboy/wiemanapi/presentation/ProfileController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public ProfileController(ProfileService profileService) {
1515
this.profileService = profileService;
1616
}
1717

18-
@GetMapping("/test")
18+
@GetMapping("/test/")
1919
public String getTest(@CookieValue(value = "token") String testCookie) {
2020
return "Cookie value: " + testCookie;
2121
}

0 commit comments

Comments
 (0)