hei verden

This commit is contained in:
TuNombreDeUsuario
2024-06-11 11:26:57 -06:00
parent 4cac8038f9
commit f5a979257e
2 changed files with 2 additions and 4 deletions
+2 -3
View File
@@ -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";
}
}
-1
View File
@@ -45,5 +45,4 @@ export class AuthController {
await this.authService.remove(id);
return { message: 'User successfully deleted' };
}
}