remove localhost
This commit is contained in:
parent
ea05bfbaca
commit
80e9a73a5a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user