Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axe-api/axe-api
/ onBeforePatchQuery.ts
File
onBeforePatchQuery.ts
packages/integrations/app/v1/Hooks/User/onBeforePatchQuery.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ IBeforePatchQueryContext } from
"axe-api"
;
2
3
export
default
async
({ res }: IBeforePatchQueryContext) => {
4
res.header(
"x-custom-hook"
,
"onBeforePatchQuery"
);
Callers
nothing calls this directly
Calls
1
header
Method · 0.45
Tested by
no test coverage detected