Skip to content

Commit

Permalink
fix: 테스트하던 코드를 안지웠네요
Browse files Browse the repository at this point in the history
  • Loading branch information
kMinsAlgorithm committed Sep 7, 2023
1 parent e586633 commit c367ad3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions src/slackbot/slackbot.controller.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/slackbot/slackbot.module.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { Module } from '@nestjs/common';

import { SlackbotService } from './slackbot.service';
import { SlackbotController } from './slackbot.controller';

@Module({
controllers: [SlackbotController],
providers: [SlackbotService],
exports: [SlackbotService],
})
Expand Down

0 comments on commit c367ad3

Please sign in to comment.