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

Allow for multiple services per endoint #22

Merged
merged 8 commits into from
Jan 18, 2024
Merged

Conversation

hunterjackson
Copy link
Contributor

basically before things would fail if you defined the same path in multiple handlers, now you can register multiple handlers to the same path and we'll route it to the correct handler

@NanditaRao
Copy link
Contributor

@hunterjackson Hey the changes look good to me. Hard to do a deep dive on each file because it is such a large diff. Can we have a meeting to discuss the changes here? Next week or in the new year :)

# Conflicts:
#	src/main/java/com/meta/cp4m/message/FBMessageHandler.java
#	src/main/java/com/meta/cp4m/message/FBMessengerConfig.java
#	src/test/java/com/meta/cp4m/message/FBMessageHandlerTest.java
@hunterjackson hunterjackson merged commit a9ad255 into main Jan 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants