style: adjust whitespace in getVersion method
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 3m14s Details

This commit is contained in:
joelson 2026-01-05 14:50:27 -03:00
parent e9c7d8d282
commit fb724067c8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export class AppController {
@Get('version')
@ApiOperation({ summary: 'Get App Version' })
getVersion() {
return { version: APP_VERSION };
return { version: APP_VERSION };
}
@Get('health')