Skip to content

Commit d18bff5

Browse files
authored
remove test and dev from the url listings in docs (#321)
1 parent ab62101 commit d18bff5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sfa_api/spec.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,6 @@ def decorator(schema):
379379
'description': 'Access and update Permissions in your organization.'},
380380
],
381381
servers=[
382-
{'url': '//dev-api.solarforecastarbiter.org/',
383-
'description': 'Development server'},
384-
{'url': '//testing-api.solarforecastarbiter.org/',
385-
'description': 'Testing server'},
386382
{'url': '//api.solarforecastarbiter.org/',
387383
'description': 'Production server'}
388384
]

0 commit comments

Comments
 (0)