Commit a6989030 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'jh-386-add-prepend-mod-to-tree' into 'master'

Add prepend_mod to TreeController and Api::Repositories

See merge request gitlab-org/gitlab!75525
parents 401d8c59 3dc09834
......@@ -60,3 +60,5 @@ class Projects::TreeController < Projects::ApplicationController
}
end
end
Projects::TreeController.prepend_mod
......@@ -292,3 +292,5 @@ module API
end
end
end
API::Repositories.prepend_mod
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