added more route instructions

This commit is contained in:
denisdulici
2020-01-31 00:23:09 +03:00
parent 9262ef5fb4
commit 7d9befedbf
9 changed files with 45 additions and 21 deletions

View File

@ -16,18 +16,6 @@ class Route extends Provider
*/
protected $namespace = 'App\Http\Controllers';
/**
* Define your route model bindings, pattern filters, etc.
*
* @return void
*/
public function boot()
{
//
parent::boot();
}
/**
* Define the routes for the application.
*
@ -50,8 +38,6 @@ class Route extends Provider
$this->mapPortalRoutes();
$this->mapSignedRoutes();
//
}
/**