Files
SpiceManagementSystem/routes/web.php
T
Malek TellissiandClaude Sonnet 4.6 80b7831a1e
Deploy / deploy (push) Successful in 14s
Remove temporary Shopify OAuth install routes
Token captured, routes no longer needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-09-11 03:21:48 +02:00

8 lines
120 B
PHP

<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return redirect('/dashboard', 301);
});