Skip to content

Commit

Permalink
refactor: import alias change for @utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Dec 4, 2024
1 parent 9621da6 commit 022941d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/gethospitals/disease/route.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NextResponse } from "next/server";
import CommonDiseases from "@models/commonDisease";
import { dbConfig, errorHandler, STATUS_CODES } from "@/utils";
import { dbConfig, errorHandler, STATUS_CODES } from "@utils/index";

export async function GET() {
try {
Expand Down

0 comments on commit 022941d

Please sign in to comment.