mirror of
https://github.com/flarum/framework.git
synced 2025-06-21 18:01:29 +08:00
@ -74,13 +74,13 @@ class InstallServiceProvider extends AbstractServiceProvider
|
||||
$route = $this->app->make(RouteHandlerFactory::class);
|
||||
|
||||
$routes->get(
|
||||
'/',
|
||||
'/{path:.*}',
|
||||
'index',
|
||||
$route->toController(Controller\IndexController::class)
|
||||
);
|
||||
|
||||
$routes->post(
|
||||
'/',
|
||||
'/{path:.*}',
|
||||
'install',
|
||||
$route->toController(Controller\InstallController::class)
|
||||
);
|
||||
|
Reference in New Issue
Block a user