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

Implement external exchanges #99

Merged
merged 3 commits into from
Mar 25, 2024
Merged

Implement external exchanges #99

merged 3 commits into from
Mar 25, 2024

Conversation

mattfbacon
Copy link
Contributor

This will fix #17.

@httpjamesm httpjamesm merged commit 94032f4 into httpjamesm:main Mar 25, 2024
if exchange == "" {
return rest
} else {
return fmt.Sprintf("/exchange/%s/%s", exchange, rest)
return fmt.Sprintf("/exchange/%s%s", exchange, rest)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I thought I changed that during development but it must have slipped back in.

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.

How about Stackexchange?
2 participants