Remix /projects flow

This commit is contained in:
kngako
2022-07-06 08:31:27 +02:00
parent 440a65ee10
commit 322d821a02

View File

@@ -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: [