mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
improve approval notify + add approval_status filter
This commit is contained in:
+1
-4
@@ -14,9 +14,6 @@ use Illuminate\Support\Facades\Route;
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return redirect('https://nexusphp.org');
|
||||
return redirect('index.php');
|
||||
});
|
||||
|
||||
Route::get('test', function () {
|
||||
dd(request()->cookie());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user