mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 11:43:34 +03:00
Enable Health Check route
This commit is contained in:
parent
737e0bf3aa
commit
d9ecc56787
@ -10,7 +10,7 @@ import { join } from 'path';
|
||||
rootPath: join(__dirname, '../..', 'front/build'),
|
||||
}),
|
||||
],
|
||||
controllers: [],
|
||||
providers: [],
|
||||
controllers: [AppController],
|
||||
providers: [AppService],
|
||||
})
|
||||
export class AppModule {}
|
||||
|
Loading…
Reference in New Issue
Block a user