Merge pull request #12 from twentyhq/charles-bochet-enable-health-check-route

Enable Health Check route
This commit is contained in:
Charles Bochet 2022-12-28 17:00:31 +01:00 committed by GitHub
commit 092d486c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ import { join } from 'path';
rootPath: join(__dirname, '../..', 'front/build'),
}),
],
controllers: [],
providers: [],
controllers: [AppController],
providers: [AppService],
})
export class AppModule {}