Skip to content

Commit

Permalink
feat: add console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
unewMe committed Sep 10, 2024
1 parent 79ae6ae commit de5630e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/data/[facultyId]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function GET(
// eslint-disable-next-line no-console
console.error(error);
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
return new Response(`Internal Server Error ${error}`, { status: 500 });
return new Response(`Internal Server Error ${error}`, { status: 200 });
}
}

Expand Down

0 comments on commit de5630e

Please sign in to comment.