add route and compose rabbit url
Some checks failed
Build and Publish / build-release (push) Has been cancelled
Some checks failed
Build and Publish / build-release (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user