Commit 7f065599 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3929 from bryceadams/patch-map-api-before-web

[5.3] Map API routes before Web routes
parents 7da6edf8 78f4e85f
...@@ -35,10 +35,10 @@ class RouteServiceProvider extends ServiceProvider ...@@ -35,10 +35,10 @@ class RouteServiceProvider extends ServiceProvider
*/ */
public function map() public function map()
{ {
$this->mapWebRoutes();
$this->mapApiRoutes(); $this->mapApiRoutes();
$this->mapWebRoutes();
// //
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment