@flozy/editor 1.1.4 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
export const uploadFile = async (formData, props) => {
|
2
2
|
try {
|
3
|
-
const response = await fetch(`${props.API_HOST}/
|
3
|
+
const response = await fetch(`${props.API_HOST}/general/notes/file_upload`, {
|
4
4
|
method: "POST",
|
5
5
|
headers: {
|
6
6
|
"Content-Type": "application/json",
|