10000 Fix authorization by tdroxler · Pull Request #621 · alephium/explorer-backend · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix authorization #621

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

Merged
merged 2 commits into from
Jun 16, 2025
Merged

Fix authorization #621

merged 2 commits into from
Jun 16, 2025

Conversation

tdroxler
Copy link
Member

No description provided.

@tdroxler tdroxler requested a review from h0ngcha0 June 16, 2025 09:10
@@ -244,7 +245,7 @@ object MarketService extends StrictLogging {
val blockchains = assets.map { _ => "alephium" }.mkString(",")
request(
uri"$mobulaBaseUri/market/multi-data?assets=${assetsStr}&blockchains=${blockchains}",
headers = Map(("Authorizattion", apiKey.value))
headers = Map(("Authorization", apiKey.value))
Copy link
Member Author

Choose a reason for hiding this comment

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

😅

Copy link
Member
@h0ngcha0 h0ngcha0 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@tdroxler tdroxler merged commit 70f3b97 into master Jun 16, 2025
2 of 3 checks passed
@tdroxler tdroxler deleted the fix-authorization branch June 16, 2025 09:27
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.

2 participants
0