diff --git a/server/src/routes/storage.ts b/server/src/routes/storage.ts index a5a019df..c7ad154e 100644 --- a/server/src/routes/storage.ts +++ b/server/src/routes/storage.ts @@ -1,7 +1,3 @@ -/** - * RESTful API endpoints handling the recording storage. -*/ - import { Router } from 'express'; import logger from "../logger"; import { deleteFile, readFile, readFiles, saveFile } from "../workflow-management/storage";