impress-2020/api
Matchu 197dfd4e11 Maybe fix PNG upload bug in prod?
My hypothesis is that this missing `await` is causing prod Vercel to cut off the request before the async upload finishes. Omitting this `await` was a mistake, so I'm just adding it right in!

I also add logging for the success case. That way, if this isn't actually a fix, I can at least watch the logs and confirm whether the app thinks it's getting to here.
2020-08-05 14:03:14 -07:00
..
assetProxy.js use asset proxy for SWF upload tool 2020-08-05 13:08:18 -07:00
graphql.js move apollo-server-vercel into a lib folder 2020-04-25 23:04:49 -07:00
uploadLayerImage.js Maybe fix PNG upload bug in prod? 2020-08-05 14:03:14 -07:00
validPetPoses.js add cache-control to validPetPoses API 2020-05-03 02:13:46 -07:00