Commit 2f040916 authored by Robert Speicher's avatar Robert Speicher

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

parent 34f3d899
module API module API
# Deployments RESTfull API endpoints # Deployments RESTful API endpoints
class Deployments < Grape::API class Deployments < Grape::API
include PaginationParams include PaginationParams
......
module API module API
# Deployments RESTfull API endpoints module V3
# Deployments RESTful API endpoints
class Deployments < Grape::API class Deployments < Grape::API
include PaginationParams include PaginationParams
...@@ -38,4 +39,5 @@ module API ...@@ -38,4 +39,5 @@ module API
end end
end end
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