Skip to content
Snippets Groups Projects
index.js 75 B
Newer Older
module.exports = {
  backend: () => app => require('./src/Invite')(app),
}