mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +00:00
Merge branch 'main' into enhancement/axios-migration-step-1-refactor
This commit is contained in:
commit
feff8cd9f8
@ -30,7 +30,7 @@ type CollectionTypeRouterConfig = {
|
|||||||
|
|
||||||
type RouterConfig = {
|
type RouterConfig = {
|
||||||
prefix?: string;
|
prefix?: string;
|
||||||
only: string[];
|
only?: string[];
|
||||||
except?: string[];
|
except?: string[];
|
||||||
config: SingleTypeRouterConfig | CollectionTypeRouterConfig;
|
config: SingleTypeRouterConfig | CollectionTypeRouterConfig;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user