Commit b696cbc5 authored by Robert Speicher's avatar Robert Speicher

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

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

See merge request !9732
parents 35427246 2f040916
module API
# Deployments RESTfull API endpoints
# Deployments RESTful API endpoints
class Deployments < Grape::API
include PaginationParams
......
module API
# Deployments RESTfull API endpoints
module V3
# Deployments RESTful API endpoints
class Deployments < Grape::API
include PaginationParams
......@@ -38,4 +39,5 @@ module API
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