Skip to content

Commit 1904145

Browse files
author
v0id
committed
Disable url check via validators
1 parent 0192d9d commit 1904145

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/routers/query_params.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def __init__(
3030
)
3131
],
3232
):
33-
if validators.url(url) is not True:
34-
raise QueryParsingError('url', 'Invalid URL', url)
33+
# if validators.url(url) is not True:
34+
# raise QueryParsingError('url', 'Invalid URL', url)
3535
self.url = url
3636

3737

0 commit comments

Comments
 (0)