Skip to content

Commit

Permalink
chore: axios instance 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seongminn committed Nov 24, 2023
1 parent b32d5f2 commit 0ef03bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/league.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as Sentry from '@sentry/nextjs';
import { AxiosError } from 'axios';

import instance from './instance';
import instance from '.';

export type LeagueType = {
name: string;
Expand Down

0 comments on commit 0ef03bb

Please sign in to comment.