From ecd82f56827f7becff2ab801bbe923d3086271bf Mon Sep 17 00:00:00 2001 From: Alexander Sadovsky Date: Mon, 30 Jul 2018 20:15:42 +0200 Subject: [PATCH] removed homepage route --- config/routes.js | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/config/routes.js b/config/routes.js index c7f2151..e4a9735 100644 --- a/config/routes.js +++ b/config/routes.js @@ -22,32 +22,6 @@ module.exports.routes = { - /*************************************************************************** - * * - * Make the view located at `views/homepage.ejs` (or `views/homepage.jade`, * - * etc. depending on your default view engine) your home page. * - * * - * (Alternatively, remove this and add an `index.html` file in your * - * `assets` directory) * - * * - ***************************************************************************/ - - '/': { - view: 'homepage' - }, - - /*************************************************************************** - * * - * Custom routes here... * - * * - * If a request to a URL doesn't match any of the custom routes above, it * - * is matched against Sails route blueprints. See `config/blueprints.js` * - * for configuration options and examples. * - * * - ***************************************************************************/ - - - // job 'GET /job': { controller: 'JobController',