Skip to content

fix: correct port in error message and remove duplicate CORS origin#20

Open
Avicennasis wants to merge 1 commit into
visa:mainfrom
Avicennasis:fix-port-and-cors
Open

fix: correct port in error message and remove duplicate CORS origin#20
Avicennasis wants to merge 1 commit into
visa:mainfrom
Avicennasis:fix-port-and-cors

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

  • Fix port number mismatch in agent-registry/populate_sample_data.py: error message referenced port 9000 but BASE_URL uses port 9002
  • Remove duplicated http://localhost:3001 entry in CORS allow_origins default in merchant-backend/app/main.py

Test plan

  • No logic changes — error message string fix and duplicate removal only
  • Verified both issues exist in the current default branch before fixing

…rigin

- Fix port 9000→9002 in populate_sample_data.py to match BASE_URL
- Remove duplicated http://localhost:3001 from CORS allow_origins default
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.

1 participant