Skip to content

Commit

Permalink
Merge pull request #312 from andreapollastri/3.x
Browse files Browse the repository at this point in the history
SH Routes Fix
  • Loading branch information
andreapollastri authored Dec 10, 2021
2 parents 0f08307 + f355bf3 commit 829c497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes/sh.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
Route::get('/sitepass', [ShellController::class, 'sitepass']);

// Client Patch
Route::get('/sh/client-patch/202112091', [ShellController::class, 'patch202112091']);
Route::get('/sh/client-patch/202112101', [ShellController::class, 'patch202112101']);
Route::get('/client-patch/202112091', [ShellController::class, 'patch202112091']);
Route::get('/client-patch/202112101', [ShellController::class, 'patch202112101']);

0 comments on commit 829c497

Please sign in to comment.