Skip to content

Commit

Permalink
fix: skip ngrok warning
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar committed Feb 15, 2024
1 parent ec4d014 commit 99ffff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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' },
});

api.interceptors.request.use((config) => {
Expand Down

0 comments on commit 99ffff6

Please sign in to comment.