Skip to content

Commit

Permalink
merge #352: swagger 예제 수정
Browse files Browse the repository at this point in the history
[docs] swagger 예제 수정
  • Loading branch information
yaongmeow authored Dec 11, 2023
2 parents fe6950a + b37820d commit 793ffa3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BE/src/timelines/timelines.swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ export const findOne_OK = {
vehicle: null,
theme: ['힐링', '맛집'],
withWho: ['가족'],
writer: {
id: '123456789012345678901234567890123456',
name: 'pong',
avatar: null,
email: '[email protected]',
},
},
isOwner: false,
};

export const findAll_OK = [
Expand Down

0 comments on commit 793ffa3

Please sign in to comment.