style: adjust whitespace in getVersion method
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 3m14s
Details
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 3m14s
Details
This commit is contained in:
parent
e9c7d8d282
commit
fb724067c8
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue