diff options
Diffstat (limited to 'opendc/api/v1/specifications/memories/endpoint.py')
| -rw-r--r-- | opendc/api/v1/specifications/memories/endpoint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc/api/v1/specifications/memories/endpoint.py b/opendc/api/v1/specifications/memories/endpoint.py index b275b6f0..271824b3 100644 --- a/opendc/api/v1/specifications/memories/endpoint.py +++ b/opendc/api/v1/specifications/memories/endpoint.py @@ -1,6 +1,7 @@ from opendc.models.memory import Memory from opendc.util.rest import Response + def GET(request): """Get a list of the specifications of all Memories.""" |
