mirror of
https://github.com/lingble/twenty.git
synced 2025-11-01 13:17:57 +00:00
Enable Health Check route
This commit is contained in:
@@ -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 {}
|
||||||
|
|||||||
Reference in New Issue
Block a user