Merge branch 'rs-fix-deployments-v3-namespace' into 'master'

Move `api/v3/deployments` to the correct namespace

See merge request !9732
This commit is contained in:
Robert Speicher 2017-03-06 18:45:09 +00:00
commit b696cbc5a0
2 changed files with 31 additions and 29 deletions

View File

@ -1,5 +1,5 @@
module API
# Deployments RESTfull API endpoints
# Deployments RESTful API endpoints
class Deployments < Grape::API
include PaginationParams

View File

@ -1,5 +1,6 @@
module API
# Deployments RESTfull API endpoints
module V3
# Deployments RESTful API endpoints
class Deployments < Grape::API
include PaginationParams
@ -39,3 +40,4 @@ module API
end
end
end
end