Skip to content

Commit

Permalink
get api endpoint from the envs
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Jul 22, 2023
1 parent 531c37d commit 8ec7c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { SupportedCardType } from 'src/types'
// Keys
export const ANALYTICS_ENDPOINT = import.meta.env.VITE_AMPLITUDE_URL as string
export const ANALYTICS_SDK_KEY = import.meta.env.VITE_AMPLITUDE_KEY as string
export const API_ENDPOINT = 'https://api.hackertab.dev/' as string
export const API_ENDPOINT = import.meta.env.VITE_API_URL as string
export const LS_ANALYTICS_ID_KEY = 'hackerTabAnalyticsId'
// Meta
export const name = 'Hackertab.dev'
Expand Down

0 comments on commit 8ec7c7f

Please sign in to comment.