Implement products endpoint. price storage (with Float or Decimal as type) is not reliable yet
This commit is contained in:
@ -38,3 +38,5 @@ export function handlePrismaError(errorObj: any, res: Response, source: string)
|
||||
}
|
||||
|
||||
export default prisma;
|
||||
|
||||
//FIXME: https://www.prisma.io/docs/orm/prisma-client/special-fields-and-types/null-and-undefined
|
Reference in New Issue
Block a user