CSC490-Fall2023 / CampusFlea

CSC 490 Fall 2023 Project
GNU General Public License v3.0
1 stars 0 forks source link

Make "localhost:8080" & "localhost:8080/" default log-in page #40

Closed OvenBoy closed 11 months ago

OvenBoy commented 1 year ago

Currently the endpoint for signin is /signin where it should be "/" or nothing. I think this should just be a remapping of /signin to / endpoint. This will also assist in signout funciton.