Skip to content
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

queue handlers fixing - PUT requests were processed as GET #1

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

sotchenkov
Copy link
Owner

PUT requests were processed as GET because of the "/" in the HandleFunc pattern.

To fix this, the methods for GET are rendered in separate handlers

@sotchenkov sotchenkov merged commit 7a5cf30 into main Mar 21, 2024
@sotchenkov sotchenkov deleted the fix/queue-handler branch March 21, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant