Update [hash].js

This commit is contained in:
Gilles Lazures 2026-01-18 21:38:39 +01:00
parent 86490ebd2d
commit fab7066ee3

View File

@ -4,9 +4,6 @@ module.exports = {
DELETE: {
headers: z.object({
"authorization": z.string().startsWith("Bearer ")
}),
query: z.object({
hash: z.string().length(64)
})
}
}