partition by org_id and add auth
All checks were successful
Build and Publish / build-release (push) Successful in 3m7s
All checks were successful
Build and Publish / build-release (push) Successful in 3m7s
This commit is contained in:
@@ -45,6 +45,10 @@ defmodule CustomerServiceWeb.Endpoint do
|
||||
plug Plug.MethodOverride
|
||||
plug Plug.Head
|
||||
plug Plug.Session, @session_options
|
||||
plug CORSPlug
|
||||
|
||||
plug CORSPlug,
|
||||
origin: ["*"],
|
||||
headers: ["*"]
|
||||
|
||||
plug CustomerServiceWeb.Router
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user