ucsb-cs56-w20 / ucsb-courses-search

Spring Boot App to show similar information to that found at UCSB Curriculum Search page
https://ucsb-courses-search.herokuapp.com
2 stars 5 forks source link

"By Instructor" link on navbar returns an error #258

Closed andrewhlu closed 4 years ago

andrewhlu commented 4 years ago

Steps to Reproduce:

Expected Behavior: I see the "Search by Instructor" page Actual Behavior: 404 Not Found

Fix needs to be made to this line: https://github.com/ucsb-cs56-w20/ucsb-courses-search/blob/be8286019ca43579caef47da3b4649ccd43019c9/src/main/java/edu/ucsb/cs56/ucsb_courses_search/controller/SearchByInstructorController.java#L42