mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-16 05:54:53 +02:00
update validation and middleware reference links (#1727)
This commit is contained in:
@@ -180,7 +180,7 @@ fastify.route({
|
|||||||
|
|
||||||
By defining a JSON schema, you get validation and improved performance.
|
By defining a JSON schema, you get validation and improved performance.
|
||||||
|
|
||||||
See: [Validation and serialization](https://github.com/fastify/fastify/blob/master/docs/Validation-And-Serialization.md)
|
See: [Validation and serialization](https://github.com/fastify/fastify/blob/master/docs/Validation-and-Serialization.md)
|
||||||
|
|
||||||
Plugins
|
Plugins
|
||||||
-------
|
-------
|
||||||
@@ -277,7 +277,7 @@ fastify.use(require('x-xss-protection')())
|
|||||||
|
|
||||||
Compatible with Express and Restify middlewares. (Don't use these middleware, these are covered by [fastify-helmet](https://github.com/fastify/fastify-helmet).)
|
Compatible with Express and Restify middlewares. (Don't use these middleware, these are covered by [fastify-helmet](https://github.com/fastify/fastify-helmet).)
|
||||||
|
|
||||||
See: [Middlewares](https://github.com/fastify/fastify/blob/master/docs/Middlewares.md)
|
See: [Middlewares](https://github.com/fastify/fastify/blob/master/docs/Middleware.md)
|
||||||
|
|
||||||
Template rendering
|
Template rendering
|
||||||
------------------
|
------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user