Remix /projects flow
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = function (options) {
|
||||
})
|
||||
})
|
||||
|
||||
router.route('/:id')
|
||||
router.route('/:id/overview')
|
||||
.get(function(request, response, next) {
|
||||
db.Project.findByPk(request.params.id, {
|
||||
include: [
|
||||
@@ -1120,7 +1120,7 @@ module.exports = function (options) {
|
||||
|
||||
})
|
||||
|
||||
router.route('/:id/tracker')
|
||||
router.route('/:id')
|
||||
.get(function(request, response, next) {
|
||||
db.Project.findByPk(request.params.id, {
|
||||
include: [
|
||||
|
||||
Reference in New Issue
Block a user