Update apiUtil.ts
This commit is contained in:
parent
623d115019
commit
78ff318512
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
export const getEndpoint = () => {
|
||||
return "https://api.staging.ente.io";
|
||||
}
|
||||
return process.env.NEXT_PUBLIC_ENTE_ENDPOINT || "https://api.staging.ente.io";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue