feat: expose health and demo character APIs
This commit is contained in:
7
apps/api/src/health/health.controller.spec.ts
Normal file
7
apps/api/src/health/health.controller.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { HealthController } from './health.controller';
|
||||
|
||||
describe('HealthController', () => {
|
||||
it('returns an ok status for liveness checks', () => {
|
||||
expect(new HealthController().getHealth()).toEqual({ status: 'ok' });
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user