Skip to content

Instantly share code, notes, and snippets.

@daffl
Created January 3, 2019 03:54
Show Gist options
  • Save daffl/ef5a3a7f6d94aa41ef8d79dd386d7a82 to your computer and use it in GitHub Desktop.
Save daffl/ef5a3a7f6d94aa41ef8d79dd386d7a82 to your computer and use it in GitHub Desktop.
Root level service
const feathers = require('@feathersjs/feathers');
const app = feathers();
app.use('/', myService);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment