1
0
mirror of https://github.com/flarum/core.git synced 2025-07-22 09:11:19 +02:00

Merge pull request #730 from Luceos/remove_path_forum

removed patch from api routes, fixes #725
This commit is contained in:
Franz Liedke
2016-01-11 08:14:18 +01:00

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(