feat: route material tag scans to reports

This commit is contained in:
wushumin
2026-05-25 16:37:11 +08:00
parent fa8c9015d9
commit 91be380751
10 changed files with 99 additions and 111 deletions

View File

@@ -15,7 +15,7 @@ class MaterialTagRedirectController
}
try {
$url = (new MaterialTagService())->buildMaterialTagDetailUrl($token);
$url = (new MaterialTagService())->buildMaterialTagScanEntryUrl($token);
} catch (\Throwable $e) {
return response($e->getMessage(), 500);
}