Update [hash].js
This commit is contained in:
parent
dd04b2014a
commit
86490ebd2d
@ -3,7 +3,6 @@ const z = require("zod")
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
DELETE: {
|
DELETE: {
|
||||||
headers: z.object({
|
headers: z.object({
|
||||||
"content-type": z.string().regex(/application\/json/i),
|
|
||||||
"authorization": z.string().startsWith("Bearer ")
|
"authorization": z.string().startsWith("Bearer ")
|
||||||
}),
|
}),
|
||||||
query: z.object({
|
query: z.object({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user