teotwaki / liro

A Discord bot for lichess and Rosen related things
MIT License
5 stars 5 forks source link

match root path to dashboard #18

Closed maxrosenb closed 2 years ago

maxrosenb commented 2 years ago

Currently, going to https://liro.wedrop.it/ yields Error: Not Found.

I believe going directly to the dashboard improves UX.

teotwaki commented 2 years ago

@maxrosenb Heya! Thanks a lot for your contribution.

Instead of duplicating the dashboard on two URLs, can I ask you to redirect from / to /dashboard? That way, if we want to give it a real landing page, we still can and people won't be too confused.

maxrosenb commented 2 years ago

@maxrosenb Heya! Thanks a lot for your contribution.

Instead of duplicating the dashboard on two URLs, can I ask you to redirect from / to /dashboard? That way, if we want to give it a real landing page, we still can and people won't be too confused.

Done, cargo test passes locally and everything is cargo fmted so checks should pass this time