Skip to content

Commit

Permalink
SH Routes Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapollastri committed Dec 10, 2021
1 parent 1141cbc commit f355bf3
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 f355bf3

Please sign in to comment.