Skip to content

Commit

Permalink
OG NFT UI: fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet committed Sep 20, 2024
1 parent 2d128b9 commit c3d3d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/api/users/ognft/[address]/route.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NextResponse } from 'next/server';
import { ec, hash } from 'starknet';
import { standariseAddress } from '@/utils';
import OGNFTUsersJson from '@public/og_nft_eligible_users.json';
import { standariseAddress } from '../../../../../utils';
import OGNFTUsersJson from '../../../../../../public/og_nft_eligible_users.json';

export const revalidate = 3600;

Expand Down

0 comments on commit c3d3d60

Please sign in to comment.