mirror of
https://github.com/flarum/core.git
synced 2025-07-29 20:50:28 +02:00
@@ -42,6 +42,7 @@ class ApiServiceProvider extends AbstractServiceProvider
|
||||
$this->app->singleton('flarum.api.routes', function () {
|
||||
$routes = new RouteCollection;
|
||||
$this->populateRoutes($routes);
|
||||
|
||||
return $routes;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user