impress-2020/pages/api
Matchu 34ceb6f5b4 Fix infinite-hang bug in /api/uploadLayerImage
Oops, Next.js has built-in request body parsing that happens automatically. So it was giving us a `req.body` string, and our code to read in the body and put it in a buffer was waiting forever!

Thankfully, it's much easier than I expected to turn that behavior off for just one route. Now it works like before, so our existing code works again, ta da!
2022-09-24 23:10:34 -07:00
..
allNCTradeValues.js Use latest ~owls NC trade values API 2022-09-04 01:35:05 -07:00
allWakaValues.js Turn on Honeycomb instrumentation again 2021-11-26 23:41:22 -08:00
assetImage.js Turn on Honeycomb instrumentation again 2021-11-26 23:41:22 -08:00
graphql.js Turn on Honeycomb instrumentation again 2021-11-26 23:41:22 -08:00
outfitImage.js Tweak the pattern for S3 asset URLs 2022-08-03 15:12:42 -07:00
readFromArchive.js Set Content-Type and filename in readFromArchive 2022-09-24 22:23:45 -07:00
sendFeedback.js Turn on Honeycomb instrumentation again 2021-11-26 23:41:22 -08:00
uploadLayerImage.js Fix infinite-hang bug in /api/uploadLayerImage 2022-09-24 23:10:34 -07:00
validPetPoses.js Fix Juppie Swirl bug in /api/validPetPoses 2022-02-23 00:01:10 -08:00