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

View File

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