Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jul 1, 2023
1 parent 76c4062 commit b421695
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
use tectonic::config;

pub async fn index() -> &'static str {
println!(
"{:?}",
config::PersistentConfig::format_cache_path(&config::PersistentConfig::default())
);
"Welcome to v1 of the API!"
}

0 comments on commit b421695

Please sign in to comment.