@@ -12,7 +12,7 @@
*/
Route::get('/', function () {
- return view('welcome');
+ return redirect('/admin/login');
});
Route::get('attachment/{md5}', [