completionId: cgen-5845061311db44fba05615b93bb7cb66
cgen-5845061311db44fba05615b93bb7cb66
This commit is contained in:
parent
f2e886903f
commit
271c16ccdb
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export interface CreatorsResponse {
|
|||
};
|
||||
}
|
||||
|
||||
const API_BASE = process.env.VITE_API_BASE || "";
|
||||
const API_BASE = import.meta.env.VITE_API_BASE || "";
|
||||
|
||||
export async function getCreators(filters?: {
|
||||
arm?: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue