Удалил неиспользуемый код

This commit is contained in:
Book Pauk
2022-07-02 14:18:16 +07:00
parent 5ae3ea94e4
commit 8f351d9bef
2 changed files with 1 additions and 55 deletions

View File

@@ -31,7 +31,6 @@ function initRoutes(app, wss, config) {
['POST', '/api/reader/upload-file', [upload.single('file'), reader.uploadFile.bind(reader)], [aAll], {}],
['POST', '/api/reader/restore-cached-file', reader.restoreCachedFile.bind(reader), [aAll], {}],
['POST', '/api/worker/get-state', worker.getState.bind(worker), [aAll], {}],
['POST', '/api/worker/get-state-finish', worker.getStateFinish.bind(worker), [aAll], {}],
];
//to app