feat(routes): fix typo, closes #692

This commit is contained in:
ItzCrazyKns
2025-03-27 11:36:58 +05:30
parent 27286465a3
commit 310c8a75fd
7 changed files with 14 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ export const GET = async (req: Request) => {
},
);
} catch (err) {
console.error('An error ocurred while fetching models', err);
console.error('An error occurred while fetching models', err);
return Response.json(
{
message: 'An error has occurred.',