aboutsummaryrefslogtreecommitdiff
path: root/app/routes.py
Commit message (Collapse)AuthorAgeFilesLines
* Major overhaul + Bare bones web UIParker2024-06-241-201/+0
|
* Redirect `/` -> `/docs`Parker2024-05-311-1/+8
|
* Overhaul: Flask -> FastAPIParker2024-02-261-77/+151
|
* working on changing from flask -> fastapiParker2024-02-261-59/+80
|
* Require auth for delrecords routeParker2024-02-251-0/+1
|
* Incorrect route name fixParker2024-02-251-1/+1
|
* Delete records for specific linkParker2024-02-251-1/+8
|
* Remove sys import -> not neededParker2024-02-251-2/+1
|
* CreationParker2024-02-251-0/+92