make listLocales route available (#10255)

This commit is contained in:
Pierre Noël 2021-05-07 09:54:55 +02:00 committed by GitHub
parent 311d8e10e5
commit 0b31bc3f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
"path": "/locales",
"handler": "locales.listLocales",
"config": {
"policies": ["admin::isAuthenticatedAdmin"]
"policies": []
}
},
{