JSFiddle - React, Tailwind, and code Playground
by SpeedLogic
JavaScript
fetch('http://inst-api-test.service.inst-dev.consul/instances').then(res => res.json())
.then(json => console.log(json));
by SpeedLogic
fetch('http://inst-api-test.service.inst-dev.consul/instances').then(res => res.json())
.then(json => console.log(json));