diff --git a/schemas/admin/players/textures/cape/[uuid]/[hash].js b/schemas/admin/players/textures/cape/[uuid]/[hash].js index 047626f..a454dba 100644 --- a/schemas/admin/players/textures/cape/[uuid]/[hash].js +++ b/schemas/admin/players/textures/cape/[uuid]/[hash].js @@ -11,4 +11,4 @@ module.exports = { DELETE: { headers: headerSchema } -}; \ No newline at end of file +} \ No newline at end of file diff --git a/server.js b/server.js index 82cb9f4..f35382a 100644 --- a/server.js +++ b/server.js @@ -88,6 +88,7 @@ app.all(/.*/, (req, res, next) => { if (methodConfig.headers) { const headerResult = methodConfig.headers.safeParse(req.headers) + console.log(headerResult) if (!headerResult.success) { throw new ValidationError(headerResult, errorConfig, context) }