Reuse existing controller and route
This commit is contained in:
@@ -0,0 +1 @@
|
||||
node(:'@context') { 'https://www.w3.org/ns/activitystreams' }
|
||||
@@ -0,0 +1,3 @@
|
||||
extends 'activitypub/base.rabl'
|
||||
|
||||
node(:id) { request.original_url }
|
||||
@@ -0,0 +1,3 @@
|
||||
extends 'activitypub/intransient.rabl'
|
||||
|
||||
node(:type) { 'Person' }
|
||||
Reference in New Issue
Block a user