Remove routing policy from /models route

This commit is contained in:
Aurelsicoko 2017-11-29 16:13:27 +01:00
parent 191092fca9
commit d620a0745d

View File

@ -5,7 +5,7 @@
"path": "/models", "path": "/models",
"handler": "ContentManager.models", "handler": "ContentManager.models",
"config": { "config": {
"policies": ["routing"] "policies": []
} }
}, },
{ {