Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
shihjay2 committed Jan 2, 2025
1 parent ec9ee01 commit ea0544b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NextApiRequest, NextApiResponse } from 'next';
import NextCors from '../../lib/cors';
import { agent } from '../../lib/veramo';
import NextCors from '../../../lib/cors';
import { agent } from '../../../lib/veramo';
import { createJWK } from '@veramo/utils'

async function handler(req: NextApiRequest, res: NextApiResponse) {
Expand Down

0 comments on commit ea0544b

Please sign in to comment.