diff options
Diffstat (limited to 'create.rb')
-rw-r--r-- | create.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |