Skip to content

Commit

Permalink
changed the upload url
Browse files Browse the repository at this point in the history
  • Loading branch information
mjawad096 committed Jul 5, 2021
1 parent 16dcf2f commit 74dbfaf
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 12,230 deletions.
12,231 changes: 2 additions & 12,229 deletions src/public/vendor/grapesjs/editor.js

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions src/public/vendor/grapesjs/editor.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*!
* Sizzle CSS Selector Engine v2.3.6
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2021-02-16
*/

/*!
* jQuery JavaScript Library v3.6.0
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2021-03-02T17:08Z
*/

/*! grapesjs - 0.16.45 */
2 changes: 1 addition & 1 deletion src/resources/js/gjs/gjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pnm.addButton('options',
let formData = new FormData();
formData.append("file[]", event.target.files[0]);
uploadFileContainer.disabled = 'true';
fetch('/asset/store', {
fetch('/media', {
method: "POST",
headers: {
'X-Requested-With': 'XMLHttpRequest'
Expand Down

0 comments on commit 74dbfaf

Please sign in to comment.