Skip to content

Commit

Permalink
file moved, removes /rest segment
Browse files Browse the repository at this point in the history
  • Loading branch information
rupamkairi committed Jan 5, 2025
1 parent 9c0d315 commit 0bf8c6c
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 type { NextApiRequest, NextApiResponse } from "next";
import { prisma } from "../../../../../server/db";
import { logger } from "../../../../../server/logger";
import { prisma } from "../../../../server/db";
import { logger } from "../../../../server/logger";

type ResponseData =
| GeoJSON.GeoJSON
Expand Down

0 comments on commit 0bf8c6c

Please sign in to comment.