This commit is contained in:
Kenneth Jannette
2024-03-05 22:00:18 -06:00
parent de3d4c8429
commit 89aae714e7
2 changed files with 53 additions and 27 deletions

View File

@@ -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,