Created
July 22, 2017 07:42
-
-
Save quyetvv/cd57e33392f4796000f086bd4d33c918 to your computer and use it in GitHub Desktop.
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
| public class AppStartup { | |
| public void Configuration(IAppBuilder app){ | |
| app.UseCors(CorsOptions.AllowAll); | |
| app.MapSignalR(); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment