Skip to content

Commit 492bdda

Browse files
committed
HDX-9804 Readd the new util functions for the encode_identifier endpoint
1 parent d83e850 commit 492bdda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hdx_hapi/endpoints/get_encoded_identifier.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from pydantic import EmailStr
55

66
from hdx_hapi.endpoints.models.encoded_identifier import IdentifierResponse
7+
from hdx_hapi.endpoints.util.util import app_name_identifier_query, email_identifier_query
78

89
router = APIRouter(
910
tags=['Utility'],

0 commit comments

Comments
 (0)