Skip to content

Mounted apps should register their services at the parent level #216

@marshallswain

Description

@marshallswain

Once we do this:

// api.js
module.exports = feathers().use('/todos', todoService);

// app.js
var main = feathers();
var api = require('./api');

main.use('/api', api);

Will you lookup your todos service by doing app.service('/api/todos')?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions