Update fe-app-podkop/src/validators/validateVlessUrl.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
divocat
2025-10-23 14:25:00 +03:00
committed by GitHub
parent c1311fdd4b
commit 8fb8aad53b

View File

@@ -100,7 +100,7 @@ export function validateVlessUrl(url: string): ValidationResult {
return { return {
valid: false, valid: false,
message: message:
'Invalid VLESS URL: flow xtls-rprx-vision-udp443 does not supported', 'Invalid VLESS URL: flow xtls-rprx-vision-udp443 is not supported',
}; };
} }