From f2b946f1af005f6be15efd67f5b1508a30fa0c92 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 5 Nov 2022 01:00:05 +0100 Subject: Indexer+Frontend: Integrate with actix --- crawler/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawler') diff --git a/crawler/src/main.rs b/crawler/src/main.rs index 7e7f397..557ba4e 100644 --- a/crawler/src/main.rs +++ b/crawler/src/main.rs @@ -55,7 +55,7 @@ async fn crawler(http_client: Client, root_urls: Vec<&str>, max_queue_size: usiz //push content to index let indexer_response = match push_crawl_entry_to_indexer( &http_client, - "http://127.0.0.1:4444/resource".to_string(), + "http://127.0.0.1:8080/api/resource".to_string(), url, content, ) -- cgit 1.4.1