mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 03:32:49 +08:00
removed patch from api routes, fixes #725
This commit is contained in:
parent
b7120fb176
commit
159810c335
|
@ -110,12 +110,6 @@ class ApiServiceProvider extends AbstractServiceProvider
|
|||
$toController('Flarum\Api\Controller\ShowForumController')
|
||||
);
|
||||
|
||||
// Save forum information
|
||||
$routes->patch(
|
||||
'/forum',
|
||||
'forum.update',
|
||||
$toController('Flarum\Api\Controller\UpdateForumController')
|
||||
);
|
||||
|
||||
// Retrieve authentication token
|
||||
$routes->post(
|
||||
|
|
Loading…
Reference in New Issue
Block a user