This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user