Browse Source

include source and target in status json

main
Aaron Parecki 8 years ago
parent
commit
d4c8bcf40b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      controllers/API.php

+ 2
- 0
controllers/API.php View File

@ -229,6 +229,8 @@ class API {
}
$data = [
'source' => $webmention->source,
'target' => $webmention->target,
'status' => $code,
];

Loading…
Cancel
Save