This commit is contained in:
Kenneth Jannette
2024-02-11 18:39:44 -06:00
parent 4604ac52db
commit e734fdb971
5 changed files with 6 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ const UploadModal = (props) => {
async function uploadFile(file) {
try {
const response = await fetch(
`https://www.novodraft.ai:3001/v1/parseNewDoc`,
`https://www.novodraft.ai:3001/parseNewDoc`,
{
method: "POST",
body: file,