Skip to content

Commit

Permalink
removed homepage route
Browse files Browse the repository at this point in the history
  • Loading branch information
Alino committed Jul 30, 2018
1 parent bcf2437 commit ecd82f5
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ecd82f5

Please sign in to comment.