Skip to content

how to add the functionality to express.Router() #13

@RamyRais

Description

@RamyRais

How can i add this functionality to express.Router() ?
this will not work even with removing the router.extendExpress and router.registerAppHelpers
var searchRouter = express.Router(); router.extendExpress(searchRouter); router.registerAppHelpers(searchRouter); searchRouter.post('something', 'something'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions