more
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user