From 9aafe77e708174aac697a8dcafc99b90e96be36e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 20 Sep 2012 17:44:44 +0300 Subject: I want be able to get token via api. Used for mobile applications --- lib/api.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/api.rb') diff --git a/lib/api.rb b/lib/api.rb index 37e03849b96..3b62f31bf32 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -18,5 +18,6 @@ module Gitlab mount Issues mount Milestones mount Keys + mount Session end end -- cgit v1.2.1