update doc, samples

This commit is contained in:
William Cheng
2021-09-21 11:52:33 +08:00
parent 1a48c5f19f
commit 1947f130c0
37 changed files with 461 additions and 462 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,