Created
July 7, 2021 12:28
-
-
Save kshitijcode/306d84c276483b3d9d1f125ad1d88d0c to your computer and use it in GitHub Desktop.
MapSubscribeHandlerSnippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| app.UseEndpoints(endpoints => | |
| { | |
| endpoints.MapSubscribeHandler(); | |
| endpoints.MapControllers(); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment