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