Commit 17d6c9c5 authored by Reshmi's avatar Reshmi
Browse files

API path corrected

parent 2f6483e4
1 merge request!22API for assessor schedule upload path corrected
Showing with 1 addition and 1 deletion
+1 -1
...@@ -161,7 +161,7 @@ const bulkUpload = (updateStr) => { ...@@ -161,7 +161,7 @@ const bulkUpload = (updateStr) => {
}; };
// Endpoint for uploading CSV file // Endpoint for uploading CSV file
app.post('/upload', upload.single('csvFile'), (req, res) => { app.post('/upload/assessor/schedule', upload.single('csvFile'), (req, res) => {
try { try {
//const validCSVHeaders = [form_id,form_title,aplication_type,course_type,assessor_id]; //const validCSVHeaders = [form_id,form_title,aplication_type,course_type,assessor_id];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment