Moved cosmectics schemas to valid location

This commit is contained in:
2026-01-18 18:27:12 +01:00
parent 69ad2c8f83
commit f1a482c58f

View File

@@ -0,0 +1,9 @@
const z = require("zod")
module.exports = {
DELETE: {
query: z.object({
hash: z.string().length(64)
})
}
}