mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: Case-sensitive routes for standalone pages (#62779)
* feat: extend the RouteDescription witha `sensitive` property * feat: use case-sensitive routes for custom plugin standalone pages * fix: hcheck for `/a/` instead of `/a`
This commit is contained in:
@@ -19,4 +19,5 @@ export interface RouteDescriptor {
|
||||
routeName?: string;
|
||||
chromeless?: boolean;
|
||||
exact?: boolean;
|
||||
sensitive?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user