set cors in api pipeline
Some checks failed
Build and Publish / build-release (push) Failing after 10s
Some checks failed
Build and Publish / build-release (push) Failing after 10s
This commit is contained in:
@@ -42,7 +42,6 @@ defmodule PolicyServiceWeb.Endpoint do
|
||||
pass: ["*/*"],
|
||||
json_decoder: Phoenix.json_library()
|
||||
|
||||
plug CORSPlug
|
||||
plug Plug.MethodOverride
|
||||
plug Plug.Head
|
||||
plug Plug.Session, @session_options
|
||||
|
||||
Reference in New Issue
Block a user