Automatically resize avatars

This commit is contained in:
Chocobozzz 2018-01-03 11:36:03 +01:00
parent 01de67b9a4
commit e8e122002d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
12 changed files with 27 additions and 11 deletions

View file

@ -11,7 +11,7 @@ import { VideoModel } from '../../models/video/video'
const outboxRouter = express.Router()
outboxRouter.get('/account/:name/outbox',
outboxRouter.get('/accounts/:name/outbox',
localAccountValidator,
asyncMiddleware(outboxController)
)