Skip to content

Commit 00c261c

Browse files
committed
Updated auth routes
1 parent e7e734c commit 00c261c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Http/routes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
Route::get('login', function () {
99
return redirect(route('login'));
10+
1011
return View::make('laravel-crm::auth.login');
1112
})->name('laravel-crm.login');
1213

0 commit comments

Comments
 (0)