Spelling in comments
This commit is contained in:
parent
78b40a8055
commit
3c5b649c26
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ return [
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Or, to trust ALL proxies, including those that
|
* Or, to trust ALL proxies, including those that
|
||||||
* are in a chain of fowarding, uncomment this:
|
* are in a chain of forwarding, uncomment this:
|
||||||
*/
|
*/
|
||||||
// 'proxies' => '**',
|
// 'proxies' => '**',
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ Route::group(['middleware' => 'guest'], function () {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Routes Accessable only when logged in
|
| Routes Accessible only when logged in
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| Endpoint: /auth
|
| Endpoint: /auth
|
||||||
|
|
Loading…
Reference in a new issue