elonsoc / ods

An API provider that gives Elon University students access to university data.
https://ods.elon.edu/
1 stars 3 forks source link

Fix BuildingById Endpoint #60

Closed ejrcarr closed 7 months ago

ejrcarr commented 7 months ago

Seeing as the ID of the buildings are a case-sensitive string, it is necessary to respect casing when accepting a URL param. Therefore, the removal of the tolower() string when accepting the URL param fixes the issue.