craigsapp/website-polish-scores

Change `config` URL parameter to `con`

Closed this issue · 1 comments

But still allow config as an alias when reading from URL.

Implemented in commit 9487bfd and 921e2da

The URL

https://polishscores.org/?id=18xx:393&con=AsSsTsHs

Loads the configuration AsSsHs:

Screenshot 2024-02-10 at 19 44 08

This URL using config also works:

https://polishscores.org/?id=18xx:393&config=AsSsTsHs

And will be converted in the browser to the con version:

https://polishscores.org/?id=18xx:393&con=AsSsTsHs

Screenshot 2024-02-10 at 19 45 04