mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-24 20:03:41 +03:00
fix url
This commit is contained in:
parent
ec6f7332b9
commit
4fcc383c0c
@ -39,7 +39,7 @@ export default function UploadPage() {
|
||||
|
||||
try {
|
||||
const response = await axios.post(
|
||||
"http://localhost:5000/crawl",
|
||||
`${process.env.NEXT_PUBLIC_BACKEND_URL}/crawl`,
|
||||
config
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user