This commit is contained in:
tavo 2024-09-22 14:18:22 -06:00
parent b81d3fb68f
commit 0ea5fbdaef
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
builder builder
.production.env
.env .env

View file

@ -25,7 +25,7 @@ function initializeEditor(conex_data) {
class: ImageTool, class: ImageTool,
config: { config: {
endpoints: { endpoints: {
byFile: `${window.location.origin}/api/upload`, byFile: `https://api.conex.one/api/upload`,
}, },
field: 'file', field: 'file',
types: 'image/*', types: 'image/*',