Commit cc710613 authored by Administrator's avatar Administrator

Update backend/src/modules/health/health.module.ts via Son of Anton

parent 475ca81b
import { Module } from '@nestjs/common';
import { HealthController } from './health.controller';
@Module({
controllers: [HealthController],
})
export class HealthModule {}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment