Skip to content

Make messaging endpoint path configurable#483

Open
heyitsaamir wants to merge 3 commits intomainfrom
worktree-aamirj/messagingEndpoint
Open

Make messaging endpoint path configurable#483
heyitsaamir wants to merge 3 commits intomainfrom
worktree-aamirj/messagingEndpoint

Conversation

@heyitsaamir
Copy link
Collaborator

@heyitsaamir heyitsaamir commented Mar 24, 2026

  • Currently /api/messages is hardcoded as the messaging endpoint path. This might not be always what a developer wants.
  • Adds messagingEndpoint option to AppOptions (defaults to /api/messages)
  • App is the source of truth for the default; HttpServer requires it explicitly
  • BotBuilderPlugin reads the path from httpServer.messagingEndpoint instead of hardcoding

Tested with /my-endpoint and it worked.

heyitsaamir and others added 3 commits March 23, 2026 22:24
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant