Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
darnfish committed Nov 10, 2023
1 parent b713687 commit 4206d4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/api/redirect.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import knex from 'knex'
import { NextApiRequest, NextApiResponse } from 'next'

import knex from '../../lib/knex'

export default async function handler(
request: NextApiRequest,
response: NextApiResponse,
Expand Down

0 comments on commit 4206d4d

Please sign in to comment.