summaryrefslogtreecommitdiff
path: root/api/opendc
diff options
context:
space:
mode:
Diffstat (limited to 'api/opendc')
-rw-r--r--api/opendc/api/v2/schedulers/endpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/opendc/api/v2/schedulers/endpoint.py b/api/opendc/api/v2/schedulers/endpoint.py
index a96fdd88..127b5f1a 100644
--- a/api/opendc/api/v2/schedulers/endpoint.py
+++ b/api/opendc/api/v2/schedulers/endpoint.py
@@ -1,6 +1,6 @@
from opendc.util.rest import Response
-SCHEDULERS = ['DEFAULT']
+SCHEDULERS = ['core-mem']
def GET(_):