Skip to content

Commit e35b4d7

Browse files
committed
⚡ update api url var
1 parent 5bc171f commit e35b4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/start/src/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios, {AxiosError, AxiosResponse} from 'axios';
22

33
export const API_BASE_URL =
4-
window.VITE_APP_LOGO_URL || 'http://localhost:3000';
4+
window.VITE_API_URL || 'http://localhost:3000';
55

66
interface Blueprint {
77
type: string;

0 commit comments

Comments
 (0)