diff options
Diffstat (limited to 'opendc/api/v1/traces/endpoint.py')
| -rw-r--r-- | opendc/api/v1/traces/endpoint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc/api/v1/traces/endpoint.py b/opendc/api/v1/traces/endpoint.py index 05d6fd48..78930b0f 100644 --- a/opendc/api/v1/traces/endpoint.py +++ b/opendc/api/v1/traces/endpoint.py @@ -1,6 +1,7 @@ from opendc.models.trace import Trace from opendc.util.rest import Response + def GET(request): """Get all available Traces.""" |
