Added new logic (temporary logic for getting files by search) and converting from files to txt

This commit is contained in:
Kikimanox
2022-08-29 22:53:49 +02:00
parent dd42b56c28
commit c8586513a9
6 changed files with 131 additions and 45 deletions
-1
View File
@@ -8,7 +8,6 @@ def main():
app = connexion.App(__name__, specification_dir='./swagger/')
app.app.json_encoder = encoder.JSONEncoder
app.add_api('swagger.yaml', arguments={'title': 'OpenAPI definition'}, pythonic_params=True)
print("Starting app4")
app.run(port=8080)