aboutsummaryrefslogtreecommitdiff
path: root/web/src
diff options
context:
space:
mode:
Diffstat (limited to 'web/src')
-rw-r--r--web/src/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/App.tsx b/web/src/App.tsx
index 6ea40a6..ffbf101 100644
--- a/web/src/App.tsx
+++ b/web/src/App.tsx
@@ -13,7 +13,7 @@ function App() {
return;
}
- fetch(`http://127.0.0.1:5000/query?q=${query}`, {
+ fetch(`/query?q=${query}`, {
method: "GET"
})
.then(res => res.json())