oliveoil222 / CS386-Project

Help Desk Ticketing Project for Spring CS 386
The Unlicense
5 stars 6 forks source link

Flask Routes for New Ticket #2

Closed cmd644 closed 9 months ago

cmd644 commented 9 months ago

We are going to need a few new flask routes within our init.py file.

  1. for /new
  2. for /new/ticket
  3. for /view
  4. for /view/ticket
  5. for /view/ticket/[ID NUMBER]
cmd644 commented 9 months ago

Will fix the /view/ticket/[ID Number] to /view/ticket/ to get within the Flask standard. https://flask.palletsprojects.com/en/3.0.x/quickstart/#variable-rules