Fix getCard() not allowed

This commit is contained in:
Abdo 2025-08-30 16:16:50 +03:00
parent 68f0e6e992
commit 018a9db57b

View file

@ -1017,6 +1017,8 @@ exposed_backend_list = [
"add_media_from_path", "add_media_from_path",
"get_absolute_media_path", "get_absolute_media_path",
"extract_media_files", "extract_media_files",
# CardsService
"get_card",
] ]