We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f9477 commit 0439595Copy full SHA for 0439595
src/components/CountryCommon.jsx
@@ -17,7 +17,7 @@ export default function CountryData({ country }) {
17
useEffect(() => {
18
async function fetchData() {
19
try {
20
- const response = await fetch('http://localhost:8001/records?' + new URLSearchParams({
+ const response = await fetch('https://aifuv2.eastus.azurecontainer.io/records?' + new URLSearchParams({
21
table_name: country
22
}), {
23
method: 'GET', // or 'PUT'
0 commit comments