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

feat: add CORS headers to all responses #116

Merged
merged 3 commits into from
Nov 11, 2024
Merged

Conversation

pedroferreira1
Copy link
Member

Motivation

Developers who are implementing/testing new features in the hathor-core in a custom network might need to test things using the hathor-wallet. We currently have support for CORS headers (allowing localhost:3000 - the origin for the desktop wallet) in the hathor-core APIs but not in the tx mining service API.

Acceptance Criteria

  • Add CORS headers to all API responses.

@pedroferreira1 pedroferreira1 requested review from luislhl and removed request for andreabadesso November 6, 2024 22:51
@pedroferreira1 pedroferreira1 requested review from andreabadesso and removed request for msbrogli November 11, 2024 15:38
@pedroferreira1 pedroferreira1 merged commit 82c81b1 into master Nov 11, 2024
2 checks passed
@pedroferreira1 pedroferreira1 deleted the feat/add-cors-headers branch November 11, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants