Fixed error
This commit is contained in:
@@ -72,8 +72,8 @@ app.UseAuthentication()
|
|||||||
|
|
||||||
app.MapHub<GroupHub>("/groupHub");
|
app.MapHub<GroupHub>("/groupHub");
|
||||||
|
|
||||||
// app.UseHttpsRedirection();
|
app.UseHttpsRedirection();
|
||||||
|
|
||||||
// app.UseCors();
|
app.UseCors();
|
||||||
|
|
||||||
app.Run();
|
app.Run();
|
||||||
Reference in New Issue
Block a user