Changeset 245f0ec
- Timestamp:
- 02/16/23 16:09:50 (21 months ago)
- Branches:
- main
- Children:
- 996b8ba
- Parents:
- eef07ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/java/finki/paw5/web/controllers/HomeController.java
reef07ff r245f0ec 14 14 } 15 15 @GetMapping("/aboutUs") 16 public String get SuccessPage(){16 public String getAboutUsPage(){ 17 17 return "/aboutUs"; 18 18 }
Note:
See TracChangeset
for help on using the changeset viewer.