Make it compile at least
This commit is contained in:
parent
38fa206583
commit
571389d43b
53 changed files with 342 additions and 1256 deletions
|
@ -2,10 +2,12 @@ import * as express from 'express'
|
|||
|
||||
import { badRequest } from '../../helpers'
|
||||
import { inboxRouter } from './inbox'
|
||||
import { activityPubClientRouter } from './client'
|
||||
|
||||
const remoteRouter = express.Router()
|
||||
|
||||
remoteRouter.use('/inbox', inboxRouter)
|
||||
remoteRouter.use('/', activityPubClientRouter)
|
||||
remoteRouter.use('/*', badRequest)
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue