remove no auth as no population passed
This commit is contained in:
parent
c27e8d3f4b
commit
e8fae6dcfb
12 changed files with 9 additions and 93 deletions
|
@ -4,10 +4,4 @@
|
|||
|
||||
import { factories } from '@strapi/strapi';
|
||||
|
||||
export default factories.createCoreRouter('api::global.global', {
|
||||
config: {
|
||||
find: {
|
||||
auth: false
|
||||
},
|
||||
}
|
||||
});
|
||||
export default factories.createCoreRouter('api::global.global');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue