Commit bd3288e3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

api check call

parent 478570dc
......@@ -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
......
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