Skip to content

Commit f2d64ed

Browse files
committed
..
Signed-off-by: ramseymcgrath <ramseymcgrath@gmail.com>
1 parent c943c9c commit f2d64ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proxy/src/proxy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
# Allowed parameters and regex patterns for RSS route
8989
allowed_params_rss = allowed_params_api.copy(allowed_params_rss_imported)
9090
regex_patterns_rss = regex_patterns_api.copy()
91+
allowed_params = allowed_params_api.copy()
92+
regex_patterns = regex_patterns_api.copy()
9193

9294
def handle_request(indexer_name, request_type="api"):
9395
start_time = time.time()

0 commit comments

Comments
 (0)