feat: Adding load-attachments endpoints
This commit is contained in:
7
sections/public-load-attachments/routes.js
Normal file
7
sections/public-load-attachments/routes.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
const router = require('express').Router();
|
||||
const services= require('./services.js');
|
||||
|
||||
router.get('/download/:id', services.getAttachmentFile );
|
||||
|
||||
module.exports = router;
|
||||
Reference in New Issue
Block a user