mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-03 09:42:01 +03:00
Merge pull request #12 from twentyhq/charles-bochet-enable-health-check-route
Enable Health Check route
This commit is contained in:
commit
092d486c12
@ -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