diff options
author | ThibG <thib@sitedethib.com> | 2020-09-02 18:42:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 18:42:50 +0200 |
commit | abee40b2322f191ce5da040c60cea1b0f09eee78 (patch) | |
tree | eb03d30c1f272a65f779a4a7c901b9ab3af036df /config | |
parent | 33ad850c982bbe03214e2e2870751920721c23af (diff) |
Add outbox attribute to instance actor (#14721)
It's not useful for now, but it's required by ActivityPub
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 8940101a4..c281a86e3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -37,6 +37,7 @@ Rails.application.routes.draw do resource :instance_actor, path: 'actor', only: [:show] do resource :inbox, only: [:create], module: :activitypub + resource :outbox, only: [:show], module: :activitypub end devise_scope :user do |