Test rc
parent
70c7626172
commit
224028ff11
|
|
@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
|
|||
@Injectable()
|
||||
export class AppService {
|
||||
getHello(): string {
|
||||
return 'Hello World!';
|
||||
return 'Hello New World!';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue