|
@@ -746,7 +746,7 @@ Route::middleware(['bloginauth'])->group(function () { |
|
@@ -746,7 +746,7 @@ Route::middleware(['bloginauth'])->group(function () { |
|
746
|
});
|
746
|
});
|
|
747
|
//白帽版本统计(SEMRUSH得分)
|
747
|
//白帽版本统计(SEMRUSH得分)
|
|
748
|
Route::prefix('authority_score')->group(function () {
|
748
|
Route::prefix('authority_score')->group(function () {
|
|
749
|
- Route::any('/AuthorityScoreInfo', [\App\Http\Controllers\Bside\BCom\AuthorityScoreController::class,'AuthorityScoreInfo'])->name('authority_score_AuthorityScoreInfo');
|
749
|
+ Route::any('/authorityScoreInfo', [\App\Http\Controllers\Bside\BCom\AuthorityScoreController::class,'AuthorityScoreInfo'])->name('authority_score_AuthorityScoreInfo');
|
|
750
|
});
|
750
|
});
|
|
751
|
});
|
751
|
});
|
|
752
|
//无需登录验证的路由组
|
752
|
//无需登录验证的路由组
|