You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
constattributeIds=sql.getColumn<string>("SELECT attributeId FROM attributes WHERE isDeleted = 0 AND type = 'label' AND name IN ('customRequestHandler', 'customResourceProvider')");
16
33
@@ -70,7 +87,7 @@ function handleRequest(req: Request, res: Response) {
70
87
functionregister(router: Router){
71
88
// explicitly no CSRF middleware since it's meant to allow integration from external services
0 commit comments