ajuste do runner labels
Some checks failed
Deploy NestJS API / build-and-push (push) Failing after 17s

This commit is contained in:
2026-01-02 13:43:28 -05:00
parent ee498a66c5
commit 552efeaa82

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!';
} }
} }