Skip to content

Commit

Permalink
fix: response 주소 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seung365 committed Aug 7, 2024
1 parent 2dd5245 commit b9808c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/hooks/usePostMail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import axios from 'axios';
import { BASE_URL } from '..';
import { useMutation } from '@tanstack/react-query';

export const postMailPath = () => `${BASE_URL}/save-mail`;
export const postMailPath = () => `${BASE_URL}/save-email`;

const apiClient = axios.create({
baseURL: BASE_URL,
Expand Down

0 comments on commit b9808c4

Please sign in to comment.