Skip to content

Commit e195857

Browse files
authored
Merge pull request #71 from U-Wreckcar/requestFeature/importFile
⚡ router 수정1
2 parents 814b70d + 189e6a6 commit e195857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/utmRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ router.get('/api/utms', authenticate, asyncWrapper(getAllUtmsController));
3030
router.post('/api/utms/delete', authenticate, asyncWrapper(deleteUtmController));
3131
router.post('/api/utms', authenticate, asyncWrapper(createUtmController));
3232
router.post('/api/utms/external', authenticate, asyncWrapper(getExternalUtmController));
33-
router.get('/api/utms/tocsv', authenticate, asyncWrapper(exportCSVFileController));
33+
router.post('/api/utms/tocsv', authenticate, asyncWrapper(exportCSVFileController));
3434
router.post('/api/utms/toxlsx', authenticate, asyncWrapper(exportExcelFileController));
3535

3636
// 파일 import 테스트 중

0 commit comments

Comments
 (0)