nothing special
This commit is contained in:
parent
9e4a632293
commit
c428f5091a
1 changed files with 2 additions and 1 deletions
|
|
@ -302,6 +302,8 @@ namespace Yavsc
|
|||
|
||||
ConfigureOAuthApp(app,siteSettings.Value);
|
||||
|
||||
app.UseSignalR("/api/signalr");
|
||||
|
||||
ConfigureFileServerApp(app,siteSettings.Value,env);
|
||||
|
||||
app.UseWebSockets();
|
||||
|
|
@ -314,7 +316,6 @@ namespace Yavsc
|
|||
name: "default",
|
||||
template: "{controller=Home}/{action=Index}/{id?}");
|
||||
});
|
||||
app.UseSignalR("/api/signalr");
|
||||
}
|
||||
|
||||
// Entry point for the application.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue