remove localhost

This commit is contained in:
Tanishq Dubey 2024-05-25 20:35:09 -04:00
parent ea05bfbaca
commit 80e9a73a5a

View File

@ -199,7 +199,7 @@
let xhr = new XMLHttpRequest();
xhr.withCredentials = true;
xhr.open('GET', 'http://localhost:8008/api/transactions/{{userid}}');
xhr.open('GET', '/api/transactions/{{userid}}');
xhr.onload = function() {
console.log(xhr.response);