first commit
This commit is contained in:
11
apps/api/dist/health/health.controller.d.ts
vendored
Normal file
11
apps/api/dist/health/health.controller.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { PrismaService } from '../prisma/prisma.service';
|
||||
export declare class HealthController {
|
||||
private readonly prisma;
|
||||
constructor(prisma: PrismaService);
|
||||
ok(): {
|
||||
status: string;
|
||||
};
|
||||
db(): Promise<{
|
||||
db: string;
|
||||
}>;
|
||||
}
|
||||
Reference in New Issue
Block a user