Skip to content

Commit

Permalink
chore: 이제 안 쓰는 엔드포인트에 [이제안씀] 찰싹
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Nov 27, 2022
1 parent b08f81c commit 14769bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/routes/events/getEventOnGoing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {EventResponseScheme} from '../../../entity/schemes';
import {stringAsInt} from "../../libs/zodTypes";

const schema = defineSchema({
summary: '현재 진행중인 행사만 가져옵니다. (new 페이징 적용)',
summary: '[이제안씀] 현재 진행중인 행사만 가져옵니다. (new 페이징 적용)',
description: '- 마감인 행사는 보여주지 않고, 진행 중인 행사만 내려줍니다. \n' +
'- pageNum 페이지 부터, 한 번에 pageSize 개씩, id 역순으로 ! \n' +
' - pageNum은 0부터 시작입니다. \n' +
Expand Down
2 changes: 1 addition & 1 deletion src/server/routes/events/getEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import EventService from '../../../service/EventService';
import {EventResponseScheme} from '../../../entity/schemes';

const schema = defineSchema({
summary: '행사를 다 가져옵니다. (원래 /events 였던 항목인데 이제 안씀!)',
summary: '[이제안씀] 행사를 다 가져옵니다. (원래 /events 였던 항목인데 이제 안씀!)',
description: '싹다!, 이벤트 id 역순으로!',

response: [EventResponseScheme]
Expand Down

0 comments on commit 14769bb

Please sign in to comment.