fix: refactor AppService to ProductsService and implement product management methods
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 2m4s
All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 2m4s
This commit is contained in:
@@ -14,7 +14,7 @@ export class AppController {
|
||||
@Get('health')
|
||||
@ApiOperation({ summary: 'Health check' })
|
||||
healthCheck() {
|
||||
return { status: 'ok v3' };
|
||||
return { status: 'simplifique home center' };
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user