Skip to content

Commit

Permalink
Merge pull request #176 from readyvery/test
Browse files Browse the repository at this point in the history
Fix: 홈화면 바로주문 api 변경
  • Loading branch information
hhbb0081 authored Dec 7, 2023
2 parents 2d1c976 + fa2a7e6 commit 184f4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/Quickorder/QuickOrder.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const QuickOrderComponent = ({ isAuth }) => {
if (isAuth) {
try {
const response1 = await axios.get(
`${apiRoot}/api/v1/order/history/old`,
`${apiRoot}/api/v1/order/history/fast`,
config
);
setQuickOrder(response1.data.receipts);
Expand Down

0 comments on commit 184f4aa

Please sign in to comment.