more
This commit is contained in:
@@ -73,7 +73,7 @@ const UploadModal = (props) => {
|
||||
async function uploadFile(file) {
|
||||
try {
|
||||
const response = await fetch(
|
||||
`https://www.novodraft.ai:3001/parseNewDoc`,
|
||||
`https://www.novodraft.ai:4000/parseNewDoc`,
|
||||
{
|
||||
method: "POST",
|
||||
body: file,
|
||||
|
||||
Reference in New Issue
Block a user