Skip to content

Manner and express-like API #37

Description

@bredele

We should be able to add sub routes programmaticaly.

var api = manner({
  post() {}
})

api.use('/super', manner({
  get: () => {}
})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions