Unknown
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user