Skip to content
Snippets Groups Projects
Commit b696cbc5 authored by Robert Speicher's avatar Robert Speicher
Browse files

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

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

See merge request !9732
parents 35427246 2f040916
Branches
Tags
1 merge request!9732Move `api/v3/deployments` to the correct namespace
Pipeline #
module API
# Deployments RESTfull API endpoints
# Deployments RESTful API endpoints
class Deployments < Grape::API
include PaginationParams
 
Loading
Loading
module API
# Deployments RESTfull API endpoints
module V3
# Deployments RESTful API endpoints
class Deployments < Grape::API
include PaginationParams
 
Loading
Loading
@@ -39,3 +40,4 @@ module API
end
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment