This commit is contained in:
Scott Idem
2022-07-15 13:09:07 -04:00
parent 8fa438336f
commit ed6ae8c93e
6 changed files with 108 additions and 128 deletions

View File

@@ -361,12 +361,12 @@ app.include_router(
)
app.include_router(
site.router,
prefix='/site',
# prefix='/site',
tags=['Site'],
)
app.include_router(
site_domain.router,
prefix='/site/domain',
# prefix='/site/domain',
tags=['Site Domain'],
)
app.include_router(