feat: atualizando mensagem de boas-vindas
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 23s

This commit is contained in:
2026-01-02 15:46:45 -05:00
parent 7068f33a6f
commit d0e052b834

View File

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