Media can now be uploaded and an S3 URL is returned
This commit is contained in:
parent
63a8f49b64
commit
c66dd66155
3 changed files with 31 additions and 8 deletions
|
@ -12,9 +12,10 @@ class VerifyCsrfToken extends BaseVerifier
|
|||
* @var array
|
||||
*/
|
||||
protected $except = [
|
||||
'api/token',
|
||||
'api/media',
|
||||
'api/post',
|
||||
'webmention',
|
||||
'api/token',
|
||||
'places/new',
|
||||
'webmention',
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue