Skip to content

Commit

Permalink
fix. 숙소상세 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
soyesenna committed Jun 20, 2024
1 parent 0a6cd4a commit 78cee1c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions FE/.vite/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"hash": "3253ed1f",
"configHash": "fb65ecc7",
"lockfileHash": "9de25bc8",
"browserHash": "d0e62851",
"optimized": {},
"chunks": {}
}
3 changes: 3 additions & 0 deletions FE/.vite/deps/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
2 changes: 1 addition & 1 deletion FE/src/components/accommodation_detail/BookingInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const BookingInfo = ({ accommodationId, checkIn, checkOut, headCount }) => {

const fetchPricing = async () => {
const response = await fetch('https://squadbnb.site/api/booking', {
method: 'POST',
method: 'GET',
headers: {
'Content-Type': 'application/json',
},
Expand Down

0 comments on commit 78cee1c

Please sign in to comment.