Skip to content

Commit

Permalink
get people finder API, endpoint and schema with wiring into core and …
Browse files Browse the repository at this point in the history
…profile services
  • Loading branch information
oyeniyipa committed Feb 24, 2025
1 parent b951298 commit 0eac981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/api/people_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
404: Error,
},
)
def get_by_slug(request, slug: str):
def get_profile(request, slug: str):
"""Optimised, low-flexibility endpoint to return a minimal peoplefinder profile record"""
try:
return core_services.get_peoplefinder_profile_by_slug(slug=slug)
Expand Down

0 comments on commit 0eac981

Please sign in to comment.