'use strict'; const routes = require('./routes'); const backupService = require('./service'); module.exports = { routes, backupService };