mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-04-25 00:06:21 +02:00
fix: make reddit and linkedin modules public for server access
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7051d2193b
commit
e3b0d0bd74
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ pub mod client;
|
|||
pub mod crawler;
|
||||
pub mod document;
|
||||
pub mod error;
|
||||
pub(crate) mod linkedin;
|
||||
pub mod linkedin;
|
||||
pub mod proxy;
|
||||
pub(crate) mod reddit;
|
||||
pub mod reddit;
|
||||
pub mod sitemap;
|
||||
|
||||
pub use browser::BrowserProfile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue