Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mizanxali committed Apr 3, 2022
1 parent 669c69b commit 3cefb0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions util/router.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import axios from 'axios';
const fs = require('fs');
const firebaseURL = fs.readFileSync('.firebase').toString();

const router = axios.create({
baseURL: firebaseURL
baseURL: process.env.FIREBASE_URL
});

export default router;

1 comment on commit 3cefb0b

@vercel
Copy link

@vercel vercel bot commented on 3cefb0b Apr 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.