impress-2020/pages/api
Emi Matchu dc954d7c3c Stop referencing the {color,species,zone}_translations tables
We're in the process of migrating away from translating these records,
because Neopets hasn't supported non-English languages in many years,
and it'll simplify our code and database lookups.

In Main DTI, we already wrote code to copy these fields onto the main
records and keep them in sync for now; now, once DTI 2020 isn't
referencing them anymore, it should be safe for the main app to drop
the tables altogether.

Note that some Prettier changes got mixed in here and that's fine!

I also wasn't suuuper careful testing these, most of them seem to be
trivially testable by just loading the homepage or doing a few basic
wardrobe actions, and the others are in Discord support log actions
that aren't enabled in development mode, so I'm just like… ehh I'll do
a couple support actions after deploy and see that they don't crash!
2024-02-03 08:05:15 -08: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 Add CORS headers to /api/assetImage 2024-02-01 08:36:21 -08:00
assetImageRedirect.js Add /api/assetImageRedirect 2022-10-11 12:21:14 -07:00
graphql.js Oops, add Vary: Origin to GraphQL requests 2023-11-02 16:35:11 -07:00
outfitImage.js Use imageUrlV2 in outfit thumbnails 2022-10-12 12:37:07 -07:00
readFromArchive.js Fix bug in /api/readFromArchive 2022-10-13 14:02:37 -07:00
sendFeedback.js Turn on Honeycomb instrumentation again 2021-11-26 23:41:22 -08:00
uploadLayerImage.js Stop referencing the {color,species,zone}_translations tables 2024-02-03 08:05:15 -08:00
validPetPoses.js Enable Classic DTI to access impress-2020 via CORS 2023-08-20 15:40:21 -07:00