removed patch from api routes, fixes #725

This commit is contained in:
Daniel Klabbers 2016-01-11 08:09:01 +01:00
parent b7120fb176
commit 159810c335

View File

@ -110,12 +110,6 @@ class ApiServiceProvider extends AbstractServiceProvider
$toController('Flarum\Api\Controller\ShowForumController') $toController('Flarum\Api\Controller\ShowForumController')
); );
// Save forum information
$routes->patch(
'/forum',
'forum.update',
$toController('Flarum\Api\Controller\UpdateForumController')
);
// Retrieve authentication token // Retrieve authentication token
$routes->post( $routes->post(