This commit is contained in:
2023-11-26 18:56:40 +08:00
parent be14f5fdb1
commit 64431e7a73
144 changed files with 497072 additions and 3730 deletions

View File

@@ -38,7 +38,7 @@ public function register()
'status' => -1,
], 404);
} else {
return redirect()->route('home', [], 301);
return redirect()->route('front.home', [], 301);
}
});
}