Skip to content

Commit e5483b1

Browse files
authored
Merge branch 'staging' into ssr-5
2 parents c74473b + f129562 commit e5483b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/campaign/[campaignId]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ CampaignPage.getLayout = function getLayout(page: ReactElement) {
5353

5454
export const getStaticPaths: GetStaticPaths = async () => {
5555
try {
56-
const response = await fetch(`${INDEXER_API_ENDPOINT_URL}/campaigns?page_size=200`, {
56+
const response = await fetch(`https://dev.potlock.io/api/v1/campaigns?page_size=200`, {
5757
headers: { "content-type": "application/json" },
5858
});
5959

0 commit comments

Comments
 (0)