statamic / v2-docs

Statamic v2 Documentation
https://v2.statamic.com
54 stars 133 forks source link

action url is not actually configurable #454

Closed edalzell closed 4 years ago

edalzell commented 4 years ago

the EVENT_ROUTE is not actually configurable, here' the code;

define('EVENT_ROUTE', '!');
jasonvarga commented 4 years ago

This is more of a "you can't customize it" bug rather than a "don't use that method" documentation issue. You should still use the method instead of hardcoding it.