Enable Health Check route

This commit is contained in:
Charles Bochet
2022-12-28 16:59:22 +01:00
parent 737e0bf3aa
commit d9ecc56787

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 {}