Skip to content

Commit

Permalink
fix: fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis3797 committed Jun 11, 2024
1 parent cc0b364 commit c922125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/routes/search.route.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Router } from "express";
import { searchController } from "src/controller";
import { searchController } from "../controller";

const searchRouter = Router();

Expand Down

0 comments on commit c922125

Please sign in to comment.