From 0ea5fbdaef01726389e12dd5b51b9506197c6dd7 Mon Sep 17 00:00:00 2001 From: tavo Date: Sun, 22 Sep 2024 14:18:22 -0600 Subject: [PATCH] grrrr --- .gitignore | 1 + sample.env => .sample.env | 0 public/editor.js | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename sample.env => .sample.env (100%) diff --git a/.gitignore b/.gitignore index 0358852..65ec9a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ builder +.production.env .env diff --git a/sample.env b/.sample.env similarity index 100% rename from sample.env rename to .sample.env diff --git a/public/editor.js b/public/editor.js index 014942b..5364a69 100644 --- a/public/editor.js +++ b/public/editor.js @@ -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/*',