fuk
This commit is contained in:
@@ -67,7 +67,7 @@ const UploadModal = (props) => {
|
|||||||
|
|
||||||
async function uploadFile(file) {
|
async function uploadFile(file) {
|
||||||
try {
|
try {
|
||||||
const response = await fetch(`${baseUrl}/uploadToParse`, {
|
const response = await fetch(`${baseUrl}/parseNewDoc`, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: file,
|
body: file,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user