summaryrefslogtreecommitdiff
path: root/src/match_up/routes.py
Commit message (Collapse)AuthorAgeFilesLines
* Added team based gamesKaran Jayachandra2024-12-021-2/+3
|
* Added the guests with history and levelKaran Jayachandra2024-12-021-24/+2
|
* Added the history and reset functionalityKaran Jayachandra2024-11-151-25/+30
|
* Added multiple levels for the guestsKaran Jayachandra2024-11-151-51/+21
|
* Added the reset player funcitonalityKaran Jayachandra2024-11-151-1/+9
|
* Removed the timer from the backendKaran Jayachandra2024-11-151-7/+0
|
* Database handling addedKaran Jayachandra2024-11-121-16/+53
|
* Formatted the package with blackKaran Jayachandra2024-11-091-5/+6
|
* Moved some of the imports to the routes file to keep the package cleanKaran Jayachandra2024-11-091-1/+4
|
* Seperated the routes to a different fileKaran Jayachandra2024-11-091-0/+82