Created
September 9, 2019 09:48
-
-
Save carlrip/70c2f2ac6c748398e525eebe90accb5a to your computer and use it in GitHub Desktop.
SignalR endpoints
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.MapControllers(); | |
| endpoints.MapHub<QuestionsHub>("/questionshub"); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment