fix: [routes] Added route for .csv parsing

pull/3785/head
iglocska 2018-10-22 05:20:09 +02:00
parent 702d4360f6
commit 5d6b7f564b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
// Activate REST
Router::mapResources(array('events', 'attributes'));
Router::parseExtensions('xml', 'json');
Router::parseExtensions('xml', 'json', 'csv');
Router::connectNamed(
array('attributesPage' => array('controller' => 'events', 'action' => 'view'))