meilisearch/meilisearch-http
bors[bot] f2b2ca6d55
Merge #227
227: improve mini dashboard routing r=MarinPostma a=MarinPostma

The dependency we use to statically serve the mini-dashboard used globing to serve the mini-dashboard files. This caused all unfound routes to be caught by the "/" serving the dashboard assets. This fix makes it so that the assets have a dedicated route, and any unfound route is caught by the default service and return a 404.


Co-authored-by: marin postma <postma.marin@protonmail.com>
2021-06-23 13:01:40 +00:00
..
src Merge #227 2021-06-23 13:01:40 +00:00
tests Merge #213 2021-06-22 15:04:05 +00:00
build.rs clippy, fmt & tests 2021-05-31 16:03:39 +02:00
Cargo.toml Update version for alpha 6 2021-06-22 18:40:51 +02:00