mirror of
https://github.com/flarum/framework.git
synced 2025-04-27 15:14:04 +08:00
parent
4775535421
commit
a1948e7bb8
@ -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)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user