Added new logic (temporary logic for getting files by search) and converting from files to txt
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user