summaryrefslogtreecommitdiff
path: root/create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'create.rb')
-rw-r--r--create.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/create.rb b/create.rb
index 50933f1..59ef726 100644
--- a/create.rb
+++ b/create.rb
@@ -85,6 +85,8 @@ post '/create' do # TODO
object['attachment'] = attachment unless attachment.empty?
object['tag'] = tag unless tag.empty?
+ p 'outbox'
+ jj object
outbox 'Create', object, to
200