rxtATX / OffNOn

In this application, users will be able to submit tickets (requests for help) with their coding work, technical questions, etc. Tickets will be created to be addressed by technicians. This application models the AskBCS and JIRA ticket systems.
2 stars 2 forks source link

Updated /ticket route, to redirect to dashboard. Updated /login route… #124

Closed jminor90 closed 1 year ago

jminor90 commented 1 year ago

Updated /ticket route to bring back to /dashboard if user some how gets to /ticket (Which isn't a valid endpoint)

Added logic in the /login endpoint, if user is already logged in, gets redirected to the dashboard.

fixed createTicket.js to send correct body information for POST