This commit is contained in:
Kenneth Jannette
2024-03-10 19:02:03 -05:00
parent f78bd5d2c5
commit 233a2ea276
2 changed files with 56 additions and 61 deletions

View File

@@ -124,7 +124,7 @@ const UploadModal = (props) => {
try {
if (radioValue.toLowerCase() === "complaint") {
const response = await fetch(`${apiUrl}/v1/gen-disc-request-out`, {
const response = await fetch(`${apiUrl}/v1/parse-new-compdoc`, {
method: "POST",
body: file,
});