You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Hacohen 64be7f10bd Remove all of the needless async decorators.
The code uses the django ORM which is sync, and fastapi handles sync paths
just fine. So having all of this extra code for handling async was unnecessary.
4 years ago
..
__init__.py Move all the routers under their own dir. 4 years ago
authentication.py Remove all of the needless async decorators. 4 years ago
collection.py Remove all of the needless async decorators. 4 years ago
invitation.py Improve typing information. 4 years ago
member.py Improve typing information. 4 years ago
test_reset_view.py Move all the routers under their own dir. 4 years ago