From ded894e7be6b89474260b82b1a4bf32c14886e62 Mon Sep 17 00:00:00 2001 From: ='fauz <='fauzgabriel@gmail.com> Date: Thu, 3 Jul 2025 20:13:58 +0700 Subject: [PATCH] map --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index df77500..25cba4f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -839,9 +839,9 @@ $( '.select2' ).select2( { theme: 'bootstrap-4' } ); - let total_dd_container = document.getElementById('tot_dd') - fetchTotDana(`${baseUrl}/desa/total-dana-desa`) - fethTotSerapan(`${baseUrl}/desa/total-serapan-dana`) + //let total_dd_container = document.getElementById('tot_dd') + fetchTotDana(`${baseUrl}/api/desa/total-dana-desa`) + fethTotSerapan(`${baseUrl}/api/desa/total-serapan-dana`) function fetchTotDana(url){ fetch(url) .then(res => res.json())