Skip to content

Commit

Permalink
bugfix: expose api calls
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Dec 13, 2024
1 parent 5103448 commit f9591cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagefind/src/service/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::io::{BufRead, Write};

use api::PagefindIndex;
pub use api::PagefindIndex;
use base64::{engine::general_purpose, Engine as _};
use rust_patch::Patch;
use tokio::sync::mpsc;
Expand Down

0 comments on commit f9591cc

Please sign in to comment.