exports.run = function (app) {
  const config = require('./config');

  app.get('/*', routes.emberIndex);