Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJunhyeok369 committed Feb 15, 2024
2 parents e61251d + 6540c8d commit 7db62d4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import axios from 'axios';

const api = axios.create({
// baseURL: 'https://wayu.hackathon.sparcs.net/'
baseURL: 'https://fc5c-49-165-90-85.ngrok-free.app',
headers: { 'ngrok-skip-browser-warning': '1' },
});
const api = axios.create({ baseURL: 'https://wayu.hackathon.sparcs.net/' });

api.interceptors.request.use((config) => {
const token = localStorage.getItem('accessToken');
Expand Down

0 comments on commit 7db62d4

Please sign in to comment.