Skip to content

Commit

Permalink
bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirewraith committed Dec 10, 2024
1 parent 4a5c8ce commit c869332
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ public function boot()
->domain(config('app.api_url'))
->group(base_path('routes/api.php'));

Route::middleware('api')
->domain('api.'.preg_replace('(^https?://)', '', config('app.url')))
->group(base_path('routes/api.php'));

Route::middleware('web')
->group(base_path('routes/web.php'));
});
Expand Down

0 comments on commit c869332

Please sign in to comment.