This commit is contained in:
Kenneth Jannette
2024-01-13 15:13:57 -06:00
parent 6094f22151
commit 5f3e090498

View File

@@ -67,7 +67,7 @@ const UploadModal = (props) => {
async function uploadFile(file) {
try {
const response = await fetch(`${baseUrl}/uploadToParse`, {
const response = await fetch(`${baseUrl}/parseNewDoc`, {
method: "POST",
body: file,
});