Ignore:
Timestamp:
02/23/25 22:27:46 (3 months ago)
Author:
ste08 <sjovanoska@…>
Branches:
master
Children:
07fe0be
Parents:
62bba0c
Message:

Wishlist working, need to fix the Book on Wishlist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/example/skychasemk/model/WebConfig.java

    r62bba0c rfda671c  
    3434        registry.addViewController("/transaction").setViewName("forward:/TransactionPage.html");
    3535        registry.addViewController("/login").setViewName("forward:/UserLogin.html");
    36         registry.addViewController("/wishlist").setViewName("forward:/Wishlist.html");
     36        registry.addViewController("/wishlists").setViewName("forward:/Wishlist.html");
    3737        registry.addViewController("/signup").setViewName("forward:/UserSignup.html");
    3838        registry.addViewController("/views").setViewName("forward:/ViewReport.html");
Note: See TracChangeset for help on using the changeset viewer.