PayneWheat / jobhunt

Job application tracker built in Laravel and React
0 stars 0 forks source link

Refactor routes files #18

Open PayneWheat opened 2 years ago

PayneWheat commented 2 years ago

Description

The routes in routes/web.php are more bloated than necessary. They can be grouped together by their shared middleware (auth and verified).

References