etesync-server/etebase_fastapi/routers
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.
2020-12-30 10:17:01 +02:00
..
__init__.py Move all the routers under their own dir. 2020-12-29 15:42:41 +02:00
authentication.py Remove all of the needless async decorators. 2020-12-30 10:17:01 +02:00
collection.py Remove all of the needless async decorators. 2020-12-30 10:17:01 +02:00
invitation.py Improve typing information. 2020-12-29 18:17:28 +02:00
member.py Improve typing information. 2020-12-29 18:17:28 +02:00
test_reset_view.py Move all the routers under their own dir. 2020-12-29 15:42:41 +02:00