Moved cosmectics schemas to valid location
This commit is contained in:
9
schemas/admin/cosmetics/capes/[hash].js
Normal file
9
schemas/admin/cosmetics/capes/[hash].js
Normal file
@@ -0,0 +1,9 @@
|
||||
const z = require("zod")
|
||||
|
||||
module.exports = {
|
||||
DELETE: {
|
||||
query: z.object({
|
||||
hash: z.string().length(64)
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user