mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-27 05:37:31 +01:00
f2b2ca6d55
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>