Skip to content

Commit

Permalink
chore: UUID 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann committed Jan 14, 2024
1 parent 9818635 commit e4d455b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Detail/api/getBookDetail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { api } from '../../libs/api';

export async function getBookDetail() {
const data = await api.get(
`/api/books/detail/ee4f66f9-9cf4-4b28-90f4-f71d0ecba024`,
`/api/books/detail/ee4f66f9-9cf4-4b28-90f4-f71d0ecba021`,
{
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit e4d455b

Please sign in to comment.