feat(routes): fix typo, closes #692
This commit is contained in:
parent
27286465a3
commit
310c8a75fd
7 changed files with 14 additions and 14 deletions
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue