Skip to content

Commit

Permalink
merge #299: 야곰야곰 바뀐 response body, swagger 예제에 반영
Browse files Browse the repository at this point in the history
[docs] 야곰야곰 바뀐 response body, swagger 예제에 반영
  • Loading branch information
yaongmeow authored Dec 7, 2023
2 parents d05e356 + 82f9baa commit b46bc8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion BE/src/postings/postings.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import {
searchByWord_OK,
search_OK,
update_OK,
} from './posting.swagger';
} from './postings.swagger';

@ApiBearerAuth('accessToken')
@UseGuards(AuthGuard)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ export const findMyPosting_OK = [
title: '❤️',
createdAt: '2023-11-30T05:40:19.625Z',
thumbnail: null,
startDate: '2023-11-12',
endDate: '2023-11-12',
days: 1,
period: '당일치기',
headcount: null,
budget: null,
Expand All @@ -155,18 +152,15 @@ export const findMyPosting_OK = [
id: '123456789012345678901234567890123456',
name: 'pong',
avatar: null,
resourceId: 'temp111',
socialType: 1,
},
likeds: '5',
reports: '3',
},
{
id: '4e8076d2-48e6-4397-8652-3e163d1c09b3',
title: 'bread lover❤️',
createdAt: '2023-11-30T02:39:18.314Z',
thumbnail: null,
startDate: '2023-08-16',
endDate: '2023-08-18',
days: 3,
period: '2박 3일',
headcount: '5인 이상',
budget: '10 - 50만 원',
Expand All @@ -179,8 +173,8 @@ export const findMyPosting_OK = [
id: '123456789012345678901234567890123456',
name: 'pong',
avatar: null,
resourceId: 'temp111',
socialType: 1,
},
likeds: '2',
reports: '0',
},
];
4 changes: 2 additions & 2 deletions BE/src/timelines/timelines.swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const findAll_OK = [
coordX: 126.970606917394,
coordY: 37.5546788388674,
description:
'서울역의 상징성은 정치적으로도 연관이 깊다. 호남선, 전라선, 장항선은 ...',
'서울역의 상징성은 정치적으로도 연관이 깊다. 호남선, 전라선, 장항선은',
},
{
id: 'e739203a-4e67-4d6a-baae-2f6cca84b22d',
Expand All @@ -87,7 +87,7 @@ export const findAll_OK = [
coordX: 127.43411216191,
coordY: 36.332299690899,
description:
'1905년 경부선 개통과 함께 개업했다. 충청남도 회덕군에 속한 작은 마...',
'1905년 경부선 개통과 함께 개업했다. 충청남도 회덕군에 속한 작은 마',
},
];

Expand Down

0 comments on commit b46bc8c

Please sign in to comment.