Skip to content

Commit

Permalink
⚡ update api url var
Browse files Browse the repository at this point in the history
  • Loading branch information
zcubbs committed May 20, 2024
1 parent 5bc171f commit e35b4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/start/src/api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios, {AxiosError, AxiosResponse} from 'axios';

export const API_BASE_URL =
window.VITE_APP_LOGO_URL || 'http://localhost:3000';
window.VITE_API_URL || 'http://localhost:3000';

interface Blueprint {
type: string;
Expand Down

0 comments on commit e35b4d7

Please sign in to comment.