not needed
This commit is contained in:
parent
5a08e29d11
commit
8ad9091ecf
2 changed files with 4 additions and 4 deletions
|
|
@ -37,8 +37,8 @@ namespace Yavsc
|
|||
app.UseAppBuilder(appBuilder => appBuilder.MapSignalR(
|
||||
path,
|
||||
new HubConfiguration() {
|
||||
EnableDetailedErrors = true,
|
||||
EnableJSONP = true
|
||||
EnableDetailedErrors = false,
|
||||
EnableJSONP = false
|
||||
}
|
||||
));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue