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

This commit is contained in:
geonhee-min
2025-11-26 16:49:09 +09:00
parent 4d77d2689b
commit ca1e6071cf

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!\nReload Test!'; return 'Hello World!';
} }
} }