Skip to content

Commit

Permalink
socalizer modernization
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-dupdyke committed Dec 20, 2023
1 parent a5f8a93 commit 44682ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ghosts.pandora.socializer/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ public static void Main(string[] args)
var app = builder.Build();

//app.UseHttpsRedirection();
app.UseAuthorization();
app.UseStaticFiles();

app.UseRouting();
app.UseAuthorization();
app.UseEndpoints(endpoints => { endpoints.MapControllers(); });

app.MapHub<PostsHub>("/hubs/posts");
Expand Down

0 comments on commit 44682ab

Please sign in to comment.