edia all routes
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user