fix: adicionando secret de deploy
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 30s

This commit is contained in:
2026-01-02 15:11:01 -05:00
parent 1e3ded80ed
commit d222ce1133

View File

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