Skip to content

Commit

Permalink
Merge pull request #359 from boostcampwm2023/BE/hotfix/change-dto
Browse files Browse the repository at this point in the history
โ™ป๏ธ : ๋งˆ์ง€๋ง‰ journey ์ง„ํ–‰ ์ค‘ ์—ฌ๋ถ€ ํ™•์ธ api response dto ๋กœ ์ˆ˜์ •
  • Loading branch information
twoo1999 authored Feb 5, 2024
2 parents 121c371 + 98ed835 commit f02f858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BE/musicspot/src/journey/controller/journey.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import { StartJourneyResDTO } from '../dto/journeyStart/journeyStart.dto';
import { DeleteJourneyReqDTO } from '../dto/journeyDelete.dto';

import { Journey } from '../entities/journey.entity';
import { LastJourneyResDTO } from '../dto/journeyLast.dto';


@Controller('journey')
Expand Down

0 comments on commit f02f858

Please sign in to comment.