mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +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 = {
|
||||
prefix?: string;
|
||||
only: string[];
|
||||
only?: string[];
|
||||
except?: string[];
|
||||
config: SingleTypeRouterConfig | CollectionTypeRouterConfig;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user