Skip to content

Commit

Permalink
Merge pull request #80 from Tea-Bliss/feature/#61_마이페이지_리뷰
Browse files Browse the repository at this point in the history
[fix] 경로 수정 및 인스턴스 수정
  • Loading branch information
Jin-Chanyong authored Jun 24, 2024
2 parents 0a47ae7 + 7b1553f commit 4fea70b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useMutation, useQueryClient } from '@tanstack/react-query';

import { useRouter } from 'next/navigation';

import axiosInstance from '@/apis/axiosInstance';
import { axiosInstance } from '@/apis/axiosInstance';
import ROUTE from '@/constants/route';

const postPaymentComplete = async (paymentId: string) => {
Expand Down

0 comments on commit 4fea70b

Please sign in to comment.