mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 00:29:41 +00:00
feat: download
- able to download file from express
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user