|
@@ -118,11 +118,10 @@ axios.get(contentApiUrl).then(({ data }) => {
|
|
class: ImageTool,
|
|
class: ImageTool,
|
|
config: {
|
|
config: {
|
|
endpoints: {
|
|
endpoints: {
|
|
- /* byFile: '/backstage/upload' + JSON.parse(document.getElementById('url').textContent).url, // Your backend file uploader endpoint
|
|
|
|
- byUrl: '/backstage/getimage' + JSON.parse(document.getElementById('url').textContent).url, // Your endpoint that provides uploading by Url
|
|
|
|
- */
|
|
|
|
- byFile: '/backstage/upload/' + $('#ctitle').val(), // Your backend file uploader endpoint
|
|
|
|
- byUrl: '/backstage/getimage/' + $('#ctitle').val(), // Your endpoint that provides uploading by Url
|
|
|
|
|
|
+ byFile: '/backstage/upload' + JSON.parse(document.getElementById('url').textContent).url, // Your backend file uploader endpoint
|
|
|
|
+ byUrl: '/backstage/getimage' + JSON.parse(document.getElementById('url').textContent).url, // Your endpoint that provides uploading by Url
|
|
|
|
+ /* byFile: '/backstage/upload/' + $('#ctitle').val(), // Your backend file uploader endpoint
|
|
|
|
+ byUrl: '/backstage/getimage/' + $('#ctitle').val(), // Your endpoint that provides uploading by Url */
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|