feat: download

- able to download file from express
This commit is contained in:
cv
2021-05-26 23:10:00 +02:00
parent 250946fdc6
commit b61a82627e
6 changed files with 63 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import express from 'express';
export const router = express.Router();
// create route between controller and '/ontime/download' endpoint
router.get('/download', eventsDownload);