Commit d69f0fee authored by Matija Čupić's avatar Matija Čupić

Stub out project#reset_cache

parent ecd1b816
......@@ -175,6 +175,9 @@ class ProjectsController < Projects::ApplicationController
)
end
def reset_cache
end
def export
@project.add_export_job(current_user: current_user)
......
......@@ -436,6 +436,7 @@ constraints(ProjectUrlConstrainer.new) do
get :download_export
get :activity
get :refs
get :reset_cache
put :new_issuable_address
end
end
......
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