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
.production.env
.env

View file

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