serve index at nested root

This commit is contained in:
TheFozid 2026-08-03 10:53:21 +01:00
parent 9ed25e2d5f
commit 88d2f30ad3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1382,7 +1382,7 @@ dependencies = [
[[package]]
name = "rs_maps"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"anyhow",
"argon2",

View file

@ -1,7 +1,7 @@
# Cargo.toml
[package]
name = "rs_maps"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
[dependencies]