From 31fcd93b8623f1ec46e2df048b35efcd8ef8b01f Mon Sep 17 00:00:00 2001 From: Patriots01 Date: Tue, 11 Aug 2026 11:49:35 -0600 Subject: [PATCH] Se actualizaron las dependencias --- src/app.controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.controller.ts b/src/app.controller.ts index cce879e..2659463 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -9,4 +9,5 @@ export class AppController { getHello(): string { return this.appService.getHello(); } + }