Updates API endpoints to match new product-to-variant structure

This commit is contained in:
Sebastian Rindom
2020-05-26 22:02:40 +02:00
parent 3183efa94f
commit 0bcff435a3
32 changed files with 255 additions and 99 deletions

View File

@@ -16,6 +16,7 @@ export default () => {
break
case MedusaError.Types.DB_ERROR:
statusCode = 500
logger.error(err)
break
default:
break