We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364d2c6 commit 9ba5449Copy full SHA for 9ba5449
index.html
@@ -26,7 +26,7 @@ <h1>Cloudflare Traffic Analytics</h1>
26
27
<script>
28
// Replace this URL with your Google Apps Script Web App URL or PHP endpoint
29
- const apiUrl = 'https://cloudflare.triotion.xyz/';
+ const apiUrl = 'https://script.google.com/macros/s/AKfycbzaJtA7W8VyM4Jo-3b_atczZHAG59tqXv8pDqh9_lY2TyDTAq5Bj0nUuPD8ZMiVYHZD/exec';
30
31
// Initialize chart
32
let chart = Highcharts.chart('chart', {
0 commit comments