Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed May 9, 2024
1 parent b4c6915 commit 39105cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Illuminate\Support\Facades\Route;

if (! app()->isProduction()) {
Route::get('login/{id}', function ($id = null) {
Route::get('dev/login/{id}', function ($id = null) {
auth()->login(User::find($id));

return redirect('/');
Expand Down

0 comments on commit 39105cf

Please sign in to comment.