update samples, docs

This commit is contained in:
William Cheng
2021-05-28 10:26:48 +08:00
parent 12c34d4658
commit 28c3e1d544
38 changed files with 351 additions and 350 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,