|
@@ -18,6 +18,6 @@ router.use('/pemantauan', auth, require('./pemantauan.routes'))
|
|
|
router.use('/pt', auth, require('./pt.routes'))
|
|
router.use('/pt', auth, require('./pt.routes'))
|
|
|
router.use('/pelanggaran', auth, require('./pelanggaran.routes'))
|
|
router.use('/pelanggaran', auth, require('./pelanggaran.routes'))
|
|
|
router.use('/lembaga', auth, roleId(2020), require('./lembaga.routes'))
|
|
router.use('/lembaga', auth, roleId(2020), require('./lembaga.routes'))
|
|
|
-router.use('/graph', auth, roleId([2020, 2021]), require('./graph.routes'))
|
|
|
|
|
|
|
+router.use('/graph', require('./graph.routes'))
|
|
|
|
|
|
|
|
module.exports = router
|
|
module.exports = router
|