Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrazasp committed Jul 26, 2024
1 parent d7bb0b3 commit 9152824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/evartai.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
var params = new URLSearchParams(window.location.search);

if (params.has('ticket')) {
return 'https://dev-medziokle.biip.lt/?ticket=' + params.get('ticket');
return 'https://dev-zurnalas.biip.lt/?ticket=' + params.get('ticket');
}

return false;
Expand Down

0 comments on commit 9152824

Please sign in to comment.