5 Commits (5b8f667e55cef4ea5ed1e2ad78f6df7d7101258c)

Author SHA1 Message Date
Tom Hacohen 6738c2cf20 Remove unused variable. 4 years ago
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
Tom Hacohen a7fdb4a108 More typing fixes. 4 years ago
Tom Hacohen 709bc6c1fc Improve typing information. 4 years ago
Tom Hacohen dbdff06e68 Move all the routers under their own dir. 4 years ago