feat(skills): implement pagination and total count headers for marketplace skills
This commit is contained in:
@@ -103,6 +103,7 @@ if origins:
|
||||
allow_credentials=True,
|
||||
allow_methods=["*"],
|
||||
allow_headers=["*"],
|
||||
expose_headers=["X-Total-Count", "X-Limit", "X-Offset"],
|
||||
)
|
||||
logger.info("app.cors.enabled origins_count=%s", len(origins))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user