diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-06-09 16:24:54 -0500 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-07-21 22:35:24 +0300 |
commit | 76c3d2d434d3c550c3de912abc0a5b1dc1455368 (patch) | |
tree | caf45606608993ccd660c8cab45ef387fbf9756e /config | |
parent | cb2287df0ad9396d1f075bde1c4f6de481d908e6 (diff) | |
download | gitlab-ce-76c3d2d434d3c550c3de912abc0a5b1dc1455368.tar.gz |
Add full JSON endpoints for issue notes and discussions
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/project.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index 672b5a9a160..d6fb309de8e 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -308,6 +308,7 @@ constraints(ProjectUrlConstrainer.new) do get :can_create_branch get :realtime_changes post :create_merge_request + get :discussions, format: :json end collection do post :bulk_update |