feat(canonical): 2-level serving — taksonomi endpoint + araç sub-gruplama
Some checks failed
QA Gate (P0/P1) / Test affected app (pull_request) Has been cancelled
Some checks failed
QA Gate (P0/P1) / Test affected app (pull_request) Has been cancelled
GET /categories/canonical/taxonomy: kova→alt-yaprak + populasyon sayısı (B2C API kontratı). getCanonicalTree (vehicle + catalog) artık subLeaves geçip her kovayı alt-gruplara böler (materialize + on-the-fly sub fallback). jant-tire slug fix (jant-lastik üst-kova ile çakışıyordu). Kategori sub-kapsama: Filtre %88, Fren/ Aydınlatma %74, Motor/Süsp/Elektrik %60-66. Eşleşmeyen → Genel/SP manuel. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { timingSafeEqual } from "node:crypto";
|
||||
import {
|
||||
type CanActivate,
|
||||
type ExecutionContext,
|
||||
Injectable,
|
||||
UnauthorizedException,
|
||||
} from "@nestjs/common";
|
||||
import { timingSafeEqual } from "node:crypto";
|
||||
|
||||
@Injectable()
|
||||
export class InternalTokenGuard implements CanActivate {
|
||||
|
||||
Reference in New Issue
Block a user