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

removed leading slashes from endpoints, to prevent double slashes #95

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

bverbeken
Copy link
Member

@http_client.post("/events/#{key}", payload)

resulted in (eg) POST https://api-eu.seatsio.net//events/eventKey

This PR fixes that, to get rid of the double forward slash

@bverbeken bverbeken merged commit b158bbf into master Nov 30, 2023
2 checks passed
@bverbeken bverbeken deleted the bver/remove-double-slashes branch November 30, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants