We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76133dc commit 0f62901Copy full SHA for 0f62901
src/App.tsx
@@ -20,7 +20,7 @@ const App: React.FC = () => {
20
const openOut = Boolean(anchorElOut);
21
22
useEffect(() => {
23
- fetch('http://localhost:8080/api/v1/currencies')
+ fetch('https://xmr-gate.onrender.com/api/v1/currencies')
24
.then(res => res.json())
25
.then(data => {
26
setCurrencies(data.data);
0 commit comments