Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadarif03 committed Jan 6, 2025
1 parent 9ba8974 commit 1f65032
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/build/assets/codex-editor-BDuFf4OF.js
Original file line number Diff line number Diff line change
Expand Up @@ -12119,7 +12119,7 @@ class Us {
this.table.wrapper && this.table.wrapper.replaceWith(this.render());
}
}
const to = "https://getskill.id",
const to = "https://core.getskill.id",
$s = new is({
holder: "editorjs",
tools: {
Expand Down
6 changes: 3 additions & 3 deletions resources/js/codex-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Embed from "@editorjs/embed";
import RawTool from "@editorjs/raw";
import Table from "@editorjs/table";

const apiBaseUrl = "https://getskill.id"; // Ganti dengan URL API Anda
const apiBaseUrl = "https://core.getskill.id/"; // Ganti dengan URL API Anda

const editor = new EditorJS({
holder: "editorjs",
Expand Down Expand Up @@ -48,8 +48,8 @@ const editor = new EditorJS({
class: ImageTool,
config: {
endpoints: {
byFile: `${apiBaseUrl}/api/upload-image`, // Endpoint untuk unggahan file
byUrl: `${apiBaseUrl}/api/upload-image`, // Endpoint untuk unggahan dari URL
byFile: `https://core.getskill.id/api/upload-image`, // Endpoint untuk unggahan file
byUrl: `https://core.getskill.id/api/upload-image`, // Endpoint untuk unggahan dari URL
},
},
},
Expand Down

0 comments on commit 1f65032

Please sign in to comment.