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:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user