feat: bootstrap NestJS backend with auth, stations, users, health-check, now-playing
This commit is contained in:
7
src/health-check/health-check.module.ts
Normal file
7
src/health-check/health-check.module.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { HealthCheckService } from './health-check.service';
|
||||
|
||||
@Module({
|
||||
providers: [HealthCheckService],
|
||||
})
|
||||
export class HealthCheckModule {}
|
||||
Reference in New Issue
Block a user