Automatically resize avatars
This commit is contained in:
parent
01de67b9a4
commit
e8e122002d
12 changed files with 27 additions and 11 deletions
|
@ -16,7 +16,7 @@ inboxRouter.post('/inbox',
|
|||
asyncMiddleware(inboxController)
|
||||
)
|
||||
|
||||
inboxRouter.post('/account/:name/inbox',
|
||||
inboxRouter.post('/accounts/:name/inbox',
|
||||
signatureValidator,
|
||||
asyncMiddleware(checkSignature),
|
||||
localAccountValidator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue