diff --git a/TorchRemote.Plugin/Managers/ApiServerManager.cs b/TorchRemote.Plugin/Managers/ApiServerManager.cs index 1d2fff0..9eb2fc4 100644 --- a/TorchRemote.Plugin/Managers/ApiServerManager.cs +++ b/TorchRemote.Plugin/Managers/ApiServerManager.cs @@ -54,6 +54,7 @@ public class ApiServerManager : Manager .WithUrlPrefix(_config.Listener.UrlPrefix) .WithMicrosoftHttpListener()) .WithLocalSessionManager() + .WithCors("/api", "*", "*", "*") .WithModule(apiModule .WithController() .WithController()