Fixed straggling use of canary naming

refs c50658953c

- this was missed in the referenced commit
This commit is contained in:
Daniel Lockyer 2022-07-04 14:21:29 +02:00
parent 8b2ba86909
commit da3d32e2ed
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -20,7 +20,7 @@ module.exports = {
},
overrides: [
{
files: 'core/server/api/canary/*',
files: 'core/server/api/endpoints/*',
rules: {
'ghost/ghost-custom/max-api-complexity': 'error'
}