mirror of
https://github.com/sasjs/server.git
synced 2026-01-03 21:10:05 +00:00
chore: typo
This commit is contained in:
@@ -19,7 +19,7 @@ const fileUploadController = new FileUploadController()
|
|||||||
const mockPath = process.env.STATIC_MOCK_LOCATION || 'mocks'
|
const mockPath = process.env.STATIC_MOCK_LOCATION || 'mocks'
|
||||||
|
|
||||||
const upload = multer({
|
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) => {
|
sas9WebRouter.get('/', async (req, res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user