Skip to content

Commit

Permalink
fix: PUT project should not require token
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Feb 3, 2025
1 parent ca86b8b commit 72fdcc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/routes/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ export default async function projectsRoutes(fastify, opts) {
400: schemas.errorResponse,
},
},
async preHandler(req) {
verifyBearerAuth(req, serverBearerToken)
},
},
async (req) => {
const body = /** @type {ProjectToAdd} */ (req.body)
Expand Down

0 comments on commit 72fdcc5

Please sign in to comment.