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