@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}/api/v1/general/notes/file_upload`, {
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"