diff options
Diffstat (limited to 'lib/api/labels.rb')
| -rw-r--r-- | lib/api/labels.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/labels.rb b/lib/api/labels.rb index c806829d69e..642e6345b9e 100644 --- a/lib/api/labels.rb +++ b/lib/api/labels.rb @@ -11,7 +11,7 @@ module API        # Example Request:        #   GET /projects/:id/labels        get ':id/labels' do -        present user_project.labels, with: Entities::Label, current_user: current_user +        present available_labels, with: Entities::Label, current_user: current_user        end        # Creates a new label  | 
