Skip to content

Commit

Permalink
rename collections controller
Browse files Browse the repository at this point in the history
  • Loading branch information
michavie committed Jan 9, 2024
1 parent ca16568 commit 91bcf01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/endpoints/endpoints.controllers.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Module } from '@nestjs/common'
import { AuthController } from './auth/auth.controller'
import configuration from '../../../api/config/configuration'
import { EndpointsServicesModule } from './endpoints.services.module'
import { CollectionsController } from './collections/collection.controller'
import { CollectionsController } from './collections/collections.controller'
import {
AppService,
ContractService,
Expand Down
2 changes: 1 addition & 1 deletion apps/api/src/public.app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AppIdMiddleware } from './middleware/app-id.middleware'
import { Module, NestModule, MiddlewareConsumer } from '@nestjs/common'
import { EndpointsServicesModule } from './endpoints/endpoints.services.module'
import { EndpointsControllersModule } from './endpoints/endpoints.controllers.module'
import { CollectionsController } from './endpoints/collections/collection.controller'
import { CollectionsController } from './endpoints/collections/collections.controller'

@Module({
imports: [LoggingModule, EndpointsServicesModule, EndpointsControllersModule],
Expand Down

0 comments on commit 91bcf01

Please sign in to comment.