|
|
@@ -58,7 +58,7 @@ Route::middleware(['admin.jwt'])->group(function () {
|
|
|
});
|
|
|
|
|
|
Route::prefix('/home')->group(function () {
|
|
|
- Route::get("/index",[Home::class, 'index']);
|
|
|
+ Route::get("/",[Home::class, 'index']);
|
|
|
});
|
|
|
|
|
|
Route::prefix("/paymentOrder")->group(function () {
|