No description
Find a file
Andrew nuark G 85de86f835 fix: ensure domain-based index rewriting works for SPAs
Previously, SPA routes (e.g. `/dashboard`) bypassed custom index rewriting
logic due to `actix_files` intercepting requests before the fallback handler.
This hotfix reorders route registration and introduces explicit handling for
unmatched paths and root (/) to support React-style routing with domain-specific
index.html rewrites.
2025-05-05 23:58:18 +07:00
src fix: ensure domain-based index rewriting works for SPAs 2025-05-05 23:58:18 +07:00
.gitignore Initial working commit 2024-06-13 19:05:07 +07:00
build-release.nu Build script 2024-06-13 19:38:00 +07:00
Cargo.lock fix: ensure domain-based index rewriting works for SPAs 2025-05-05 23:58:18 +07:00
Cargo.toml fix: ensure domain-based index rewriting works for SPAs 2025-05-05 23:58:18 +07:00