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:
Diffstat (limited to 'config/routes/organizations.rb')
-rw-r--r--config/routes/organizations.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes/organizations.rb b/config/routes/organizations.rb
index 62c791cdf69..dbc9f2ce226 100644
--- a/config/routes/organizations.rb
+++ b/config/routes/organizations.rb
@@ -6,6 +6,10 @@ resources(
param: :organization_path,
module: :organizations
) do
+ collection do
+ post :preview_markdown
+ end
+
member do
get :groups_and_projects
get :users