Browse Source

change http response to 200 to see if that helps superfeedr

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

+ 1
- 1
controllers/API.php View File

@ -201,7 +201,7 @@ class API {
return $this->webmention($new_request, $response);
} else {
return $this->respond($response, 400, [
return $this->respond($response, 200, [
'error' => 'invalid_request',
'error_description' => 'Could not find source URL from the superfeedr payload'
]);

Loading…
Cancel
Save