Refactor route validations to decorators

This commit is contained in:
Peter Stockings
2022-07-20 14:15:11 +10:00
parent 6e1f164ba9
commit ee8245bb4c
18 changed files with 464 additions and 407 deletions

5
config.py Normal file
View File

@@ -0,0 +1,5 @@
TESTING = True
DEBUG = True
FLASK_ENV = 'development'
SECRET_KEY = ''
DATABASE_URI = 'workout.db'