Skip to content
Snippets Groups Projects
Commit bd3288e3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

api check call

parent 478570dc
No related branches found
No related tags found
1 merge request!2940Expanding repos and hooks paths in settings
Loading
Loading
@@ -32,6 +32,12 @@ module Gitlab
key = Key.find(params[:key_id])
present key.user, with: Entities::User
end
get "/check" do
{
api_version: '3'
}
end
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment