1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

Remove unneccesary error handler

This commit is contained in:
Robert 2025-02-14 18:20:54 +01:00
parent eb4a6ceafb
commit 0a26319914

View File

@ -125,7 +125,6 @@ internal class WebServerService : IWebServerService, IDisposable
LayoutBuilder serverLayout = Layout.Create() LayoutBuilder serverLayout = Layout.Create()
.Add(PluginsHandler) .Add(PluginsHandler)
.Add(ErrorHandler.Structured())
.Add(CorsPolicy.Permissive()); .Add(CorsPolicy.Permissive());
// Add registered controllers to the API module as services. // Add registered controllers to the API module as services.