untangled

NEW CHANNEL: #fulcro
adamvh 2017-05-28T00:10:56.247071Z

so i've successfully started the server and whatnot, my question is: how does the client know to make requests to http://localhost:8080

adamvh 2017-05-28T00:11:11.247620Z

what piece of config is the client looking at?

tony.kay 2017-05-28T00:11:16.247781Z

because that’s where the page was loaded from

adamvh 2017-05-28T00:12:55.251138Z

ah, i see, so the untangled data fetch functions all just send EDN queries to whatever URL the page came from?

tony.kay 2017-05-28T00:25:11.277925Z

yep

tony.kay 2017-05-28T00:25:46.279187Z

you can actually specify a number of remotes. The “default” remote is the server you loaded from, at URI /api