completionId: cgen-eea2e90267d644059c55d32a34faa5f6
cgen-eea2e90267d644059c55d32a34faa5f6
This commit is contained in:
parent
18100a5c0b
commit
a2b1b45ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -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?: {
|
export async function getMyApplications(filters?: {
|
||||||
status?: string;
|
status?: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue