Skip to content

Commit

Permalink
update api url
Browse files Browse the repository at this point in the history
  • Loading branch information
eastmaels committed Sep 19, 2024
1 parent eff7d6c commit cd512e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/truhackAPI.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Client from '../helpers/client'

const url = import.meta.env.REACT_APP_TRUHACK_API || 'https://blurtopian.com/truhack_tgapp';
const url = import.meta.env.REACT_APP_TRUHACK_API || 'https://truhack-api-c3b4ef73d73b.herokuapp.com';
const truhackAPI = new Client(url);

export default truhackAPI;

0 comments on commit cd512e2

Please sign in to comment.