Skip to content

Commit

Permalink
Fixed default API_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pkirilin committed Jan 3, 2024
1 parent b60b5b1 commit 2e04942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const API_URL = import.meta.env.VITE_APP_API_URL ?? 'https://localhost:8080';
export const API_URL = import.meta.env.VITE_APP_API_URL ?? '';

export const AUTH_CHECK_INTERVAL = import.meta.env.VITE_APP_AUTH_CHECK_INTERVAL
? Number(import.meta.env.VITE_APP_AUTH_CHECK_INTERVAL)
Expand Down

0 comments on commit 2e04942

Please sign in to comment.