leaderboardsgg / leaderboard-backend

The backend for Leaderboards.gg. Also holds public-facing APIs.
https://info.leaderboards.gg
GNU General Public License v3.0
12 stars 16 forks source link

Disallow Purely Numeric Slugs #229

Closed TheTedder closed 1 month ago

TheTedder commented 1 month ago

Make it so that slugs cannot contain only numbers, otherwise they might conflict with numeric IDs.

TheTedder commented 1 month ago

Nevermind, we're simply going to use a different endpoint for retrieving data by slug.