cargo-bins / cargo-quickinstall

pre-compiled binary packages for `cargo install`
Apache License 2.0
218 stars 11 forks source link

redirect to / when people's browsers are directed to /record-install by cargo-binstall #286

Closed alsuren closed 2 months ago

alsuren commented 2 months ago

I just pushed https://github.com/cargo-bins/cargo-binstall/pull/1912 which points users to https://cargo-quickinstall-stats-server.fly.dev/record-install

If you go there, it previously returned a 405 "method forbidden" error.

I have changed it so that it now redirects to /.

I already made the deploy. Feel free to merge if you're happy with this.