Add download_dump endpoint

This commit is contained in:
2022-08-21 14:15:25 +03:00
parent eb9cf2fe29
commit 0d252fc532
8 changed files with 109 additions and 62 deletions

3
src/app/utils.py Normal file
View File

@@ -0,0 +1,3 @@
class DummyWriter:
def write(self, line):
return line