This commit is contained in:
Kenneth Jannette
2024-02-11 18:46:13 -06:00
parent 8649fafa7d
commit 3f2316f878

View File

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