Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Oct 23, 2023
1 parent d195d51 commit 5206b66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import slugHandler from "@/pages/api/lanes";
import slugHandler from "@/pages/api/lanes/[slug]";
import { NextApiRequest } from "next";

it("should respond with 200 status and lanes data for a GET request", () => {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5206b66

Please sign in to comment.