Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif-tekdi-technologies committed Oct 15, 2024
1 parent 14bff88 commit 5719b8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/api/proxy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { NextApiRequest, NextApiResponse } from 'next';
import { genericEditorSaveFormResponse, telemetryResponse,
creatLockResponse, genericEditorReviewFormResponse } from './mocked-response';

export default async function handler(req: NextApiRequest, res: NextApiResponse) {
const { method, query } = req;
const { path } = query;
Expand Down

0 comments on commit 5719b8a

Please sign in to comment.