Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alimaktabi committed Dec 6, 2023
2 parents 5eee4b4 + 0fb0f4c commit 38de18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export * from "./token-tap";
export * from "./prize-tap";

export const serverFetch = async (url: string) => {
const res = await fetch(process.env.API_URL! + url, {
const res = await fetch(process.env.NEXT_PUBLIC_API_URL! + url, {
next: {
revalidate: 10,
},
Expand Down

1 comment on commit 38de18a

@vercel
Copy link

@vercel vercel bot commented on 38de18a Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.