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

3 lines
129 B
Python

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