From f5a979257e7e62b75dae64cd5d4465bede3bae4d Mon Sep 17 00:00:00 2001 From: TuNombreDeUsuario Date: Tue, 11 Jun 2024 11:26:57 -0600 Subject: [PATCH] hei verden --- src/app.service.ts | 5 ++--- src/auth/auth.controller.ts | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app.service.ts b/src/app.service.ts index 6b453b5..548dd8c 100644 --- a/src/app.service.ts +++ b/src/app.service.ts @@ -1,11 +1,10 @@ import { Injectable } from '@nestjs/common'; -import { ConfigService } from '@nestjs/config'; @Injectable() export class AppService { getHello(): string { - console.log("Todo bien") + console.log("it's ok ") - return 'Hello World!'; + return "hei verden"; } } diff --git a/src/auth/auth.controller.ts b/src/auth/auth.controller.ts index 29387ee..ef35cbd 100644 --- a/src/auth/auth.controller.ts +++ b/src/auth/auth.controller.ts @@ -45,5 +45,4 @@ export class AuthController { await this.authService.remove(id); return { message: 'User successfully deleted' }; } - } \ No newline at end of file