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