mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix: allow fastify to set content-type dynamically We can set content-type: application/json for specific routes, but doing so ends up with confusing, over-engineered code. Instead we should take care when auditing the endpoints. |
||
|---|---|---|
| .. | ||
| cors.ts | ||
| fastify-jwt-authz.test.ts | ||
| fastify-jwt-authz.ts | ||
| fastify-sentry.ts | ||
| security.ts | ||
| session-auth.ts | ||