update samples, docs

This commit is contained in:
William Cheng
2021-05-27 10:40:32 +08:00
parent 4f1d8f4699
commit 32d5900611
37 changed files with 449 additions and 450 deletions

View File

@@ -12,7 +12,7 @@ def client(loop, aiohttp_client):
"swagger_ui": True
}
specification_dir = os.path.join(os.path.dirname(__file__), '..',
"src\",
"src/",
'openapi_server',
'openapi')
app = connexion.AioHttpApp(__name__, specification_dir=specification_dir,