dependencies dependencies cluster_UrlModule cluster_UrlModule_exports cluster_UrlModule_providers UrlShortenerService UrlShortenerService UrlModule UrlModule UrlModule->UrlShortenerService UrlShortenerService UrlShortenerService UrlShortenerService->UrlModule

File

src/url/url.module.ts

import { Module } from "@nestjs/common";
import { UrlShortenerController } from "./url-shortener.controller";
import { UrlShortenerService } from "./url-shortener.service";

@Module({
  controllers: [UrlShortenerController],
  providers: [UrlShortenerService],
  exports: [UrlShortenerService],
})
export class UrlModule {}

results matching ""

    No results matching ""