hei verden
This commit is contained in:
+2
-3
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,5 +45,4 @@ export class AuthController {
|
||||
await this.authService.remove(id);
|
||||
return { message: 'User successfully deleted' };
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user