Files
generic_api_endpoint/src/example/service.py
2025-09-18 10:39:36 +02:00

4 lines
134 B
Python

# contains the business logic for the aggregate service
async def example_service() -> str:
return "This is an aggregate service"