We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc171f commit e35b4d7Copy full SHA for e35b4d7
web/start/src/api.ts
@@ -1,7 +1,7 @@
1
import axios, {AxiosError, AxiosResponse} from 'axios';
2
3
export const API_BASE_URL =
4
- window.VITE_APP_LOGO_URL || 'http://localhost:3000';
+ window.VITE_API_URL || 'http://localhost:3000';
5
6
interface Blueprint {
7
type: string;
0 commit comments