-
Notifications
You must be signed in to change notification settings - Fork 475
fix: list request sorting #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: list request sorting #178
Conversation
Co-authored-by: Simon Fredsted <[email protected]>
EDIT: Seems like the ![]() |
Hi @fredsted , can I follow up on getting this merged and released when you have the time? 😄 Thanks! |
Tested, seems to be working. |
Thanks @fredsted . Can I know what is your release schedule for the docker image? |
Docker image is already released. https://hub.docker.com/r/webhooksite/webhook.site |
Hi @fredsted ! Closes #179
This PR makes
sorting
query param work, as documented in your website. I have also added tests.I am not sure what I need to do in order to push this change into the docker hub image, so if the maintainer could help me with this after this is approved and merged, that would be great.
Thanks!