Automatically resize avatars
This commit is contained in:
parent
01de67b9a4
commit
e8e122002d
12 changed files with 27 additions and 11 deletions
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue