fix cors
All checks were successful
Build and Publish / build-release (push) Successful in 1m17s

This commit is contained in:
2026-04-16 16:10:01 -05:00
parent 844fc35088
commit 3a22776568
3 changed files with 8 additions and 1 deletions

View File

@@ -45,6 +45,6 @@ defmodule CustomerServiceWeb.Endpoint do
plug Plug.MethodOverride
plug Plug.Head
plug Plug.Session, @session_options
plug CORSPlug, origin: ["http://localhost:3000"]
plug CORSPlug
plug CustomerServiceWeb.Router
end