WIP feature/listedArticles #15

Merged
Seil0 merged 33 commits from feature/listedArticles into master 2020-05-15 19:48:22 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 4338f188f0 - Show all commits

View File

@ -98,7 +98,7 @@ public class RequestController {
return "shop/search";
}
@GetMapping("/shop/checkout")
/* @GetMapping("/shop/checkout")
public String shopCheckout(HttpSession session, HttpServletRequest request) {
session.setAttribute("afterLogin", request.getRequestURI());
return "shop/checkout";
@ -112,7 +112,7 @@ public class RequestController {
@GetMapping("/shop/checkoutFinish")
public String shopCheckoutFinishGET() {
return "shop/checkoutFinish";
}
}*/
// @GetMapping("/shop/articles/{id}")
// public String shopArticlesById() {