mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-13 12:14:34 +01:00
remove static serving & ely realm prep
This commit is contained in:
@@ -24,7 +24,6 @@ namespace HttpServer
|
||||
AccountController.AddHandlers(app);
|
||||
ConfigController.AddHandlers(app);
|
||||
|
||||
app.UseStaticFiles(new StaticFileOptions() { FileProvider = new PhysicalFileProvider(Path.Combine(Directory.GetCurrentDirectory(), "wwwroot")) });
|
||||
app.UseMiddleware<RequestLoggingMiddleware>();
|
||||
c.Log($"HTTP server started on port 80 & 443"); // A lie
|
||||
app.Run();
|
||||
|
||||
Reference in New Issue
Block a user