🔀 refactor(store.py): rename route from "/" to "/check" to improve clarity and specificity
This commit is contained in:
parent
9a7def7c48
commit
7b946cef70
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ def get_optional_user_store_api_key(
|
|||
return decrypted
|
||||
|
||||
|
||||
@router.get("/")
|
||||
@router.get("/check")
|
||||
def check_if_store_is_enabled(
|
||||
settings_service=Depends(get_settings_service),
|
||||
api_key=Depends(get_optional_user_store_api_key),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue