try to add a debug feature

This commit is contained in:
batche
2022-10-20 17:46:45 +02:00
parent 316ecb951f
commit 2356680998
16 changed files with 31 additions and 105 deletions

View File

@@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return 'hello!';
return 'Hello World!';
}
}