Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianBrezaiu committed May 31, 2024
1 parent 1b7cded commit 01741f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (!userId) {
setCookie(userIdCookieName, userId, 3650); // Cookie expires in 10 year
}

fetch('http://localhost:7001/api/v1/dextero/track/' + userId, {
fetch('http://api.dextero.site/api/v1/dextero/track/' + userId, {
method: 'GET',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 01741f0

Please sign in to comment.