@tmlmobilidade/fastify 20260609.1117.42 → 20260609.1823.50

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.
@@ -176,6 +176,9 @@ export class FastifyService {
176
176
  this.server.get('/', (req, res) => {
177
177
  res.send('Jusi was here!');
178
178
  });
179
+ this.server.get('/health', (_, res) => {
180
+ res.status(HTTP_STATUS.OK).send({ status: 'ok' });
181
+ });
179
182
  }
180
183
  /**
181
184
  * Sets up hooks for the Fastify server including error handling and response processing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/fastify",
3
- "version": "20260609.1117.42",
3
+ "version": "20260609.1823.50",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"