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/activity_pub.rb')
-rw-r--r--config/routes/activity_pub.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/activity_pub.rb b/config/routes/activity_pub.rb
index f400d722e76..a967889a0ad 100644
--- a/config/routes/activity_pub.rb
+++ b/config/routes/activity_pub.rb
@@ -21,6 +21,7 @@ constraints(::Constraints::ActivityPubConstrainer.new) do
resources :releases, only: :index do
collection do
get 'outbox'
+ post 'inbox'
end
end
end