Skip to content

Fix port number in README.md to match app.py configuration#99

Closed
Copilot wants to merge 2 commits intofeature/python/rag-agentfrom
copilot/sub-pr-94-one-more-time
Closed

Fix port number in README.md to match app.py configuration#99
Copilot wants to merge 2 commits intofeature/python/rag-agentfrom
copilot/sub-pr-94-one-more-time

Conversation

Copy link
Copy Markdown

Copilot AI commented Nov 28, 2025

Documentation incorrectly stated server runs on port 8000, but app.py configures port 8080.

Changes

  • Updated all port references in python/README.md from 8000 to 8080:
    • Server start URL
    • Swagger UI URL
    • Health check curl example
# Before
curl http://localhost:8000/health

# After
curl http://localhost:8080/health

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…pp.py

Co-authored-by: xujiongze <31494901+xujiongze@users.noreply.github.com>
Copilot AI changed the title [WIP] Update to address feedback on feature/python/rag agent Fix port number in README.md to match app.py configuration Nov 28, 2025
Copilot AI requested a review from xujiongze November 28, 2025 22:14
@xujiongze xujiongze closed this Nov 29, 2025
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