This commit is contained in:
shaun 2023-05-22 00:17:25 -07:00
parent ec6f7332b9
commit 4fcc383c0c

View File

@ -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
);