nothing special
This commit is contained in:
@ -302,6 +302,8 @@ namespace Yavsc
|
|||||||
|
|
||||||
ConfigureOAuthApp(app,siteSettings.Value);
|
ConfigureOAuthApp(app,siteSettings.Value);
|
||||||
|
|
||||||
|
app.UseSignalR("/api/signalr");
|
||||||
|
|
||||||
ConfigureFileServerApp(app,siteSettings.Value,env);
|
ConfigureFileServerApp(app,siteSettings.Value,env);
|
||||||
|
|
||||||
app.UseWebSockets();
|
app.UseWebSockets();
|
||||||
@ -314,7 +316,6 @@ namespace Yavsc
|
|||||||
name: "default",
|
name: "default",
|
||||||
template: "{controller=Home}/{action=Index}/{id?}");
|
template: "{controller=Home}/{action=Index}/{id?}");
|
||||||
});
|
});
|
||||||
app.UseSignalR("/api/signalr");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Entry point for the application.
|
// Entry point for the application.
|
||||||
|
Reference in New Issue
Block a user