mirror of
https://github.com/lingble/twenty.git
synced 2025-11-02 21:57:56 +00:00
Enable Health Check route
This commit is contained in:
@@ -10,7 +10,7 @@ import { join } from 'path';
|
||||
rootPath: join(__dirname, '../..', 'front/build'),
|
||||
}),
|
||||
],
|
||||
controllers: [],
|
||||
providers: [],
|
||||
controllers: [AppController],
|
||||
providers: [AppService],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
||||
Reference in New Issue
Block a user