diff options
Diffstat (limited to 'opendc/api/v1/specifications/failure-models/endpoint.py')
| -rw-r--r-- | opendc/api/v1/specifications/failure-models/endpoint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc/api/v1/specifications/failure-models/endpoint.py b/opendc/api/v1/specifications/failure-models/endpoint.py index 2530d032..fff668c0 100644 --- a/opendc/api/v1/specifications/failure-models/endpoint.py +++ b/opendc/api/v1/specifications/failure-models/endpoint.py @@ -1,6 +1,7 @@ from opendc.models.failure_model import FailureModel from opendc.util.rest import Response + def GET(request): """Get all Failure Models.""" |
