vulneribilty fixed

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-09 12:00:06 +05:00
parent dfb8d3bdbc
commit 73158a1972
26 changed files with 553 additions and 175 deletions

View File

@@ -5,7 +5,7 @@ const LOCALES = ['uz', 'ru', 'en'] as const;
const STATIC_ROUTES = [
{ path: '', changeFreq: 'daily' as const, priority: 1.0 },
{ path: '/plagat', changeFreq: 'weekly' as const, priority: 0.8 },
{ path: '/plagiat', changeFreq: 'weekly' as const, priority: 0.8 },
{ path: '/cabinet', changeFreq: 'weekly' as const, priority: 0.7 },
];