impress-2020/pages/api
Matchu 991defffa1 /api/outfitImage makes direct GQL queries
Previously we were using HTTP queries to keep individual function bundle sizes small, but that doesn't matter in a server where all the code is shared!

The immediate motivation is that I want /api/outfitImage requesting against the same server, not impress-2020.openneo.net. For other stuff I'm probably gonna fix this by replacing VERCEL_URL with something else, but here I figured this was a change worth making anyway.
2021-11-12 21:53:22 -08:00
..
allWakaValues.js Use utf8 in API error messages 2021-11-12 21:17:20 -08:00
assetImage.js /api/assetImage fixes in production 2021-11-12 21:39:35 -08:00
graphql.js [WIP] API routes working for Next.js 2021-11-01 22:25:43 -07:00
outfitImage.js /api/outfitImage makes direct GQL queries 2021-11-12 21:53:22 -08:00
sendFeedback.js [WIP] API routes working for Next.js 2021-11-01 22:25:43 -07:00
uploadLayerImage.js [WIP] API routes working for Next.js 2021-11-01 22:25:43 -07:00
validPetPoses.js [WIP] API routes working for Next.js 2021-11-01 22:25:43 -07:00