Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
eastmaels committed Sep 19, 2024
1 parent e4861ca commit eff7d6c
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://blurtopian.com/truhack_tgapp';
const truhackAPI = new Client(url);

export default truhackAPI;

0 comments on commit eff7d6c

Please sign in to comment.