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

Map controller to console application only #48

Merged
merged 1 commit into from
Feb 12, 2020

Conversation

johnkarpn
Copy link
Contributor

The RabbitMQ extension may be used not only in console application, but in other kind of applications aswell. For example, you may want to add it to common. In this case, controllers were mapped to every application, so its controllers and actions are exposed to web, which is usually not what you want.

This patch fixes issue by limiting controller mapping to console application only.

@mikemadisonweb mikemadisonweb merged commit 38cb47c into mikemadisonweb:master Feb 12, 2020
@mikemadisonweb
Copy link
Owner

Thanks for the contribution!

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.

None yet

2 participants