BigW Consortium Gitlab

Commit bd3288e3 by Dmitriy Zaporozhets

api check call

parent 478570dc
...@@ -32,6 +32,12 @@ module Gitlab ...@@ -32,6 +32,12 @@ module Gitlab
key = Key.find(params[:key_id]) key = Key.find(params[:key_id])
present key.user, with: Entities::User present key.user, with: Entities::User
end end
get "/check" do
{
api_version: '3'
}
end
end end
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