issue # caching and reload test
All checks were successful
Test CI / build (push) Successful in 3m9s

This commit is contained in:
geonhee-min
2025-11-26 16:56:54 +09:00
parent ca1e6071cf
commit f71415d7c0

View File

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