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