- Timestamp:
- 02/18/24 22:01:54 (9 months ago)
- Branches:
- master
- Children:
- 4251327
- Parents:
- bde8b13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/mk/ukim/finki/busngo/web/BiletController.java
rbde8b13 re272096 41 41 Patnik patnik = null; 42 42 try{ 43 patnik = patnikService.loadUserByEmail(authentication.getName()); 43 44 model.addAttribute("bileti", biletService.findAllByPatnikEmail(authentication.getName())); 44 45 }
Note:
See TracChangeset
for help on using the changeset viewer.