Changeset 3fe36de in Git for src/main/java/com/wediscussmovies/project/web/controller/PersonController.java
- Timestamp:
- 02/09/22 03:14:08 (3 years ago)
- Branches:
- main
- Children:
- 967b414
- Parents:
- c02189f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/wediscussmovies/project/web/controller/PersonController.java
rc02189f r3fe36de 55 55 //Error handling, could be null!!!!!!!!! 56 56 model.addAttribute("person", person); 57 57 addModelPropertiesForUser(model); 58 58 model.addAttribute("contentTemplate", "personShow"); 59 59 return "template";
Note:
See TracChangeset
for help on using the changeset viewer.