add route and compose rabbit url
Some checks failed
Build and Publish / build-release (push) Has been cancelled

This commit is contained in:
2026-04-15 13:36:00 -05:00
parent 7164f07d3a
commit d98c219398
3 changed files with 19 additions and 53 deletions

View File

@@ -21,7 +21,6 @@ defmodule PolicyServiceWeb.Router do
get "/policies/:application_id", PolicyController, :show
post "/policies", PolicyController, :create
post "/policies/:application_id/accept", PolicyController, :accept
get "/policies/:application_id/solicitation-url", PolicyController, :solicitation_url
end
end