chore: Update fetch URL to use HTTPS

This commit is contained in:
Unclecode
2024-06-22 16:37:21 +00:00
parent c8a10dc455
commit b951d34ed0
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@
screenshot: screenshot
};
fetch('/crawl', {
fetch('https://crawl4ai.com/crawl', {
method: 'POST',
headers: {
'Content-Type': 'application/json'