Skip to content

Commit 0f62901

Browse files
author
erokhinms
committed
Ссылка на деплой сервиса
1 parent 76133dc commit 0f62901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const App: React.FC = () => {
2020
const openOut = Boolean(anchorElOut);
2121

2222
useEffect(() => {
23-
fetch('http://localhost:8080/api/v1/currencies')
23+
fetch('https://xmr-gate.onrender.com/api/v1/currencies')
2424
.then(res => res.json())
2525
.then(data => {
2626
setCurrencies(data.data);

0 commit comments

Comments
 (0)