GilbertClaus commited on
Commit
6b68bae
·
1 Parent(s): cba261e

list-videos-ark-recode

Browse files
Files changed (1) hide show
  1. ArkReCode/script.js +1 -1
ArkReCode/script.js CHANGED
@@ -89,7 +89,7 @@ function fetchData() {
89
 
90
  // Ambil daftar karakter dari server
91
  window.onload = () => {
92
- fetch(`${baseURL}/list-videos`)
93
  .then(res => res.json())
94
  .then(data => {
95
  const container = document.getElementById("charButtons");
 
89
 
90
  // Ambil daftar karakter dari server
91
  window.onload = () => {
92
+ fetch(`${baseURL}/list-videos-ark-recode`)
93
  .then(res => res.json())
94
  .then(data => {
95
  const container = document.getElementById("charButtons");