diff --git a/framework/core/src/routes.api.php b/framework/core/src/routes.api.php index 208c5b067..d895be596 100644 --- a/framework/core/src/routes.api.php +++ b/framework/core/src/routes.api.php @@ -1,7 +1,6 @@ 'api', 'before' => 'attemptLogin'], function () use ($ | Activity |-------------------------------------------------------------------------- */ - + // List activity Route::get('activity', [ 'as' => 'flarum.api.activity.index', @@ -197,5 +196,5 @@ Route::group(['prefix' => 'api', 'before' => 'attemptLogin'], function () use ($ 'as' => 'flarum.api.groups.delete', 'uses' => $action('Flarum\Api\Actions\Groups\Delete') ]); - + });