Skip to content

Commit

Permalink
remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Maneren committed Oct 11, 2023
1 parent ca4818a commit b645393
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ pub fn App() -> impl IntoView {
view! { <ErrorTemplate outside_errors/> }.into_view()
}>
<Routes>
// <Route path="/*path" view=FilesPage/>
<Route path="/index/*path" view=FilesPage/>
</Routes>
</Router>
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn get_config() -> Cli {
let target_dir = std::env::current_dir().unwrap().join("files");
let port = 3000;
let qr = false;
// let qr = true;

let interfaces = vec![
IpAddr::V6(Ipv6Addr::new(0, 0, 0, 0, 0, 0, 0, 0)),
IpAddr::V4(Ipv4Addr::new(0, 0, 0, 0)),
Expand Down

0 comments on commit b645393

Please sign in to comment.