change insurance endpoint path

This commit is contained in:
ipu 2025-08-15 11:22:27 +03:00
parent 0a2c50d2d3
commit 0b54765c9b

View file

@ -58,7 +58,7 @@ def fetch_virgil_api(endpoint: str):
@redis_cache(cache_key="plans:all")
def fetch_plans():
return fetch_virgil_api("/insurance/plans/full")
return fetch_virgil_api("/insurances/plans/full")
@redis_cache(cache_key="conditions:all")
def fetch_conditions():