completionId: cgen-eea2e90267d644059c55d32a34faa5f6

cgen-eea2e90267d644059c55d32a34faa5f6
This commit is contained in:
Builder.io 2025-11-08 01:39:22 +00:00
parent 18100a5c0b
commit a2b1b45ef0

View file

@ -44,7 +44,7 @@ export interface ApplicationWithCreator {
};
}
const API_BASE = process.env.VITE_API_BASE || "";
const API_BASE = import.meta.env.VITE_API_BASE || "";
export async function getMyApplications(filters?: {
status?: string;