edia all routes

This commit is contained in:
2025-09-05 13:15:11 +02:00
parent 3872397082
commit a78a8dc3ce
8 changed files with 230 additions and 76 deletions

View File

@@ -5,7 +5,7 @@ function trackPageView(pageName) {
const referer = document.referrer || '';
// Send tracking data to server
fetch('/api/track-page-view', {
fetch('/api/v1/public/track-page-view', {
method: 'POST',
headers: {
'Content-Type': 'application/json',