Incepere creare procese separate
This commit is contained in:
@@ -184,4 +184,8 @@ router.get('/get_decrypt_keys', (req, res) => {
|
||||
});
|
||||
});
|
||||
|
||||
router.use((req, res) => {
|
||||
return res.status(httpStatus.NOT_FOUND).json({message: "Endpoint not found"});
|
||||
})
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user