refactor: 関数名修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-07-03 10:31:14 +09:00
parent ae6aa29994
commit 788e13f1da

View File

@ -106,7 +106,7 @@ def inst_emp_csv_upload_view(
@router.get('/instEmpCsvDL', response_class=HTMLResponse)
def new_inst_view(
def inst_emp_csv_download_view(
request: Request,
batch_status_service: BatchStatusService = Depends(get_service(BatchStatusService))
):