Commit 46f05d28 authored by Matija Čupić's avatar Matija Čupić

Add reset_cache path to CiCdSettings controller

parent e757c447
......@@ -457,7 +457,9 @@ constraints(ProjectUrlConstrainer.new) do
namespace :settings do
get :members, to: redirect("%{namespace_id}/%{project_id}/project_members")
resource :ci_cd, only: [:show], controller: 'ci_cd'
resource :ci_cd, only: [:show], controller: 'ci_cd' do
get :reset_cache
end
resource :integrations, only: [:show]
resource :slack, only: [:destroy, :edit, :update] do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment