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:
parent
eb4a6ceafb
commit
0a26319914
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user