summaryrefslogtreecommitdiff
path: root/lib/api.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-09-20 17:44:44 +0300
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-09-20 17:45:07 +0300
commit9aafe77e708174aac697a8dcafc99b90e96be36e (patch)
treecb22fddcf3feeefb381a3ded1407ef11767395b5 /lib/api.rb
parent37817cc31d890f1e79b31ae3d625fbace672451e (diff)
downloadgitlab-ce-9aafe77e708174aac697a8dcafc99b90e96be36e.tar.gz
I want be able to get token via api. Used for mobile applications
Diffstat (limited to 'lib/api.rb')
-rw-r--r--lib/api.rb1
1 files changed, 1 insertions, 0 deletions
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