villChurch / AnimalCrossingNewHorizonAPI

API for Animal Crossing New Horizon data.
MIT License
0 stars 0 forks source link

Make endpoints case insensitive #21

Closed villChurch closed 4 years ago

villChurch commented 4 years ago

Currently the endpoints are case sensitive on names, for example /villager/Raymond works whereas /villager/raymond doesn't.

It would be better if the case did not matter

villChurch commented 4 years ago

it actually does this after a mysql config change