From fe5ae44aabf8bdf66126b11dacb5492dfd37da8f Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Mon, 17 Oct 2022 18:32:58 +0200 Subject: [PATCH] chore: typo --- api/src/routes/web/sas9-web.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/routes/web/sas9-web.ts b/api/src/routes/web/sas9-web.ts index 7294a94..ce9cddd 100644 --- a/api/src/routes/web/sas9-web.ts +++ b/api/src/routes/web/sas9-web.ts @@ -19,7 +19,7 @@ const fileUploadController = new FileUploadController() const mockPath = process.env.STATIC_MOCK_LOCATION || 'mocks' const upload = multer({ - dest: path.join(process.cwd(), mockPath, 'sas9', 'files-recieved') + dest: path.join(process.cwd(), mockPath, 'sas9', 'files-received') }) sas9WebRouter.get('/', async (req, res) => {