Skip to content

Instantly share code, notes, and snippets.

@quyetvv
Created July 22, 2017 07:42
Show Gist options
  • Select an option

  • Save quyetvv/cd57e33392f4796000f086bd4d33c918 to your computer and use it in GitHub Desktop.

Select an option

Save quyetvv/cd57e33392f4796000f086bd4d33c918 to your computer and use it in GitHub Desktop.
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