@gasket/template-api-fastify 7.0.2 → 7.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,19 +8,19 @@ export default {
8
8
  hooks: {
9
9
  fastify(gasket, app) {
10
10
  /**
11
- * @swagger
12
- *
13
- * /default:
14
- * get:
15
- * summary: "Get default route"
16
- * produces:
17
- * - "application/json"
18
- * responses:
19
- * "200":
20
- * description: "Returns welcome message."
21
- * content:
22
- * application/json
23
- */
11
+ * @swagger
12
+ *
13
+ * /default:
14
+ * get:
15
+ * summary: "Get default route"
16
+ * produces:
17
+ * - "application/json"
18
+ * responses:
19
+ * "200":
20
+ * description: "Returns welcome message."
21
+ * content:
22
+ * application/json
23
+ */
24
24
  app.get('/default', defaultHandler);
25
25
  }
26
26
  }
File without changes
File without changes