Map API routes before Web routes
This commit is contained in:
parent
7da6edf8c1
commit
78f4e85f74
|
@ -35,10 +35,10 @@ public function boot()
|
|||
*/
|
||||
public function map()
|
||||
{
|
||||
$this->mapWebRoutes();
|
||||
|
||||
$this->mapApiRoutes();
|
||||
|
||||
$this->mapWebRoutes();
|
||||
|
||||
//
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue