mirror of
https://github.com/flarum/framework.git
synced 2025-01-23 11:59:47 +08:00
parent
194808ec7c
commit
5ad2a5a842
|
@ -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…
Reference in New Issue
Block a user