Update [hash].js
This commit is contained in:
parent
86490ebd2d
commit
fab7066ee3
@ -4,9 +4,6 @@ module.exports = {
|
|||||||
DELETE: {
|
DELETE: {
|
||||||
headers: z.object({
|
headers: z.object({
|
||||||
"authorization": z.string().startsWith("Bearer ")
|
"authorization": z.string().startsWith("Bearer ")
|
||||||
}),
|
|
||||||
query: z.object({
|
|
||||||
hash: z.string().length(64)
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user