diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-21 10:23:15 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-21 12:01:18 +0100 |
commit | 32691ffd4a87e3492fa2d24d904602683bcf8ffb (patch) | |
tree | 35109708d62c1eae07da4fa0f5681cea359bc60d /lib/api/api.rb | |
parent | 1ef911f0e086badcb717c68cd1817c68ed8b4d8d (diff) | |
download | gitlab-ce-api-todos-restful.tar.gz |
Backport Todos API to V3api-todos-restful
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index dbb7271ccbd..e729c07f8c3 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -19,6 +19,7 @@ module API mount ::API::V3::Repositories mount ::API::V3::SystemHooks mount ::API::V3::Tags + mount ::API::V3::Todos mount ::API::V3::Templates mount ::API::V3::Users end |