diff --git a/src/RAG.Api/Endpoints/Auth/LoginEndpoint.cs b/src/RAG.Api/Endpoints/Auth/LoginEndpoint.cs index 8afa0c5..9dae81c 100644 --- a/src/RAG.Api/Endpoints/Auth/LoginEndpoint.cs +++ b/src/RAG.Api/Endpoints/Auth/LoginEndpoint.cs @@ -25,8 +25,8 @@ public class LoginEndpoint(IMediator mediator) : Endpoint { - policy.WithOrigins("http://localhost:5173", "http://localhost:5174", "http://localhost:3000") + policy.WithOrigins("http://localhost:5173", "http://localhost:5174", "http://localhost:3000", "http://localhost:5666") .AllowAnyHeader() .AllowAnyMethod() .AllowCredentials();