Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-03-06 20:19:15 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-03-06 20:21:04 +0300
commit2f040916a1efb2c04a82d3e9936f0bcfe35ea7f6 (patch)
treec349b8824216cf88a2d413a83378f6a1a13cc7ef /lib/api/deployments.rb
parent34f3d8999a10b14edd0a440cac7b40d11589b54c (diff)
Move `api/v3/deployments` to the correct namespace
Diffstat (limited to 'lib/api/deployments.rb')
-rw-r--r--lib/api/deployments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/deployments.rb b/lib/api/deployments.rb
index c5feb49b22f..2f1ad12c38c 100644
--- a/lib/api/deployments.rb
+++ b/lib/api/deployments.rb
@@ -1,5 +1,5 @@
module API
- # Deployments RESTfull API endpoints
+ # Deployments RESTful API endpoints
class Deployments < Grape::API
include PaginationParams