more
This commit is contained in:
@@ -125,7 +125,8 @@ const UploadModal = (props) => {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
if (radioValue.toLowerCase() === "complaint") {
|
if (radioValue.toLowerCase() === "complaint") {
|
||||||
const response = await fetch(`${apiUrl}/v1/upload-convert-complaint`, {
|
console.log("/upload-convert-complaint");
|
||||||
|
const response = await fetch(`${apiUrl}/v1/gen-disc-request-out`, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: file,
|
body: file,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user