Commit graph

5 commits

Author SHA1 Message Date
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
3b8360fa40 chore: bump version to 0.2.0 for new features and enhancements 2025-05-05 20:04:55 +07:00
6164836cfc feat: add domain-based index file selection and request logging 2025-05-05 20:03:16 +07:00
7a69ffb8ba Updated version 2024-06-14 10:43:52 +07:00
d82edb95a9 Initial working commit 2024-06-13 19:05:07 +07:00