extend collection requests & hard-coded-public routes
This commit is contained in:
parent
bd52f5c996
commit
28afdfd83e
21 changed files with 387 additions and 23 deletions
|
@ -4,4 +4,10 @@
|
|||
|
||||
import { factories } from '@strapi/strapi';
|
||||
|
||||
export default factories.createCoreRouter('api::global.global');
|
||||
export default factories.createCoreRouter('api::global.global', {
|
||||
config: {
|
||||
find: {
|
||||
auth: false
|
||||
},
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue