change insurance endpoint path
This commit is contained in:
parent
0a2c50d2d3
commit
0b54765c9b
1 changed files with 1 additions and 1 deletions
2
src/cache/redis_cache.py
vendored
2
src/cache/redis_cache.py
vendored
|
|
@ -58,7 +58,7 @@ def fetch_virgil_api(endpoint: str):
|
||||||
|
|
||||||
@redis_cache(cache_key="plans:all")
|
@redis_cache(cache_key="plans:all")
|
||||||
def fetch_plans():
|
def fetch_plans():
|
||||||
return fetch_virgil_api("/insurance/plans/full")
|
return fetch_virgil_api("/insurances/plans/full")
|
||||||
|
|
||||||
@redis_cache(cache_key="conditions:all")
|
@redis_cache(cache_key="conditions:all")
|
||||||
def fetch_conditions():
|
def fetch_conditions():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue