Skip to content

Commit

Permalink
Merge pull request #67 from Beside-Potenday/seungbeom
Browse files Browse the repository at this point in the history
fix: response 주소 수정
  • Loading branch information
seung365 authored Aug 7, 2024
2 parents c4ff7ce + b9808c4 commit 565944d
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 565944d

Please sign in to comment.