Skip to content

Commit

Permalink
✨ Feature: token이 필요헚는 axios instance 추가(#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinn2u committed Apr 24, 2022
1 parent 7773567 commit e2ea480
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apis/config/createInstance.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import axios, { AxiosInstance } from 'axios';

export const notAuthInstance: AxiosInstance = axios.create({
baseURL: process.env.NEXT_PUBLIC_BASE_URL,
});

0 comments on commit e2ea480

Please sign in to comment.