misenhower / splatoon3.ink

🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
https://splatoon3.ink
MIT License
225 stars 22 forks source link

Faulty Gear response? #2

Closed Glazelf closed 1 year ago

Glazelf commented 1 year ago

Is this as intended? The data retrieved from https://splatoon3.ink/data/gear.json seems to just be HTML? lol image

misenhower commented 1 year ago

You have an extra ; at the end of the URL :)

Glazelf commented 1 year ago

You have an extra ; at the end of the URL :)

Lol thanks, I didn't think about checking the URL since I got a proper response at all. That's stupid, I'd have expected it to just not return 200. It was 4am when I did this haha, closing this.

misenhower commented 1 year ago

Yeah, you're right, it should return a 404. The reason that's happening is because of JS SPA config stuff, but I might be able to improve it. Thanks and good luck!