mirror of
https://github.com/tavo-wasd-gh/conex-builder.git
synced 2025-06-05 19:33:28 -06:00
grrrr
This commit is contained in:
parent
b81d3fb68f
commit
0ea5fbdaef
3 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
builder
|
||||
.production.env
|
||||
.env
|
||||
|
|
|
@ -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/*',
|
||||
|
|
Loading…
Reference in a new issue