Last active
December 26, 2022 13:18
-
-
Save karamansky/4f1da67dd921bbd885d44d49959a14d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var request = new XMLHttpRequest(); | |
request.open('GET', api_url + '/images?matchingId=' + apartment_id, false); | |
request.send(null); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment