Skip to content

Commit 6ffda81

Browse files
committed
Implement call to shutdowndown server
1 parent 057b86b commit 6ffda81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aries_cloudcontroller/controllers/server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ async def get_features(self, query: str = None):
3131

3232
return await self.admin_GET("/features", params=params)
3333

34-
## TODO implement shutdown. Should this be a POST?
34+
async def shutdown(self):
35+
return await self.admin_GET("/shutdown")

0 commit comments

Comments
 (0)