Spaces:
Sleeping
Sleeping
Update on_get
Browse files- api/resources/root.py +1 -3
api/resources/root.py
CHANGED
|
@@ -13,9 +13,7 @@ class RootResource:
|
|
| 13 |
self.task_locks = {}
|
| 14 |
|
| 15 |
def on_get(self, request, response):
|
| 16 |
-
response.
|
| 17 |
-
'title': 'HumanEval for Solidity Server'
|
| 18 |
-
}
|
| 19 |
|
| 20 |
def on_post(self, request, response):
|
| 21 |
payload = request.media
|
|
|
|
| 13 |
self.task_locks = {}
|
| 14 |
|
| 15 |
def on_get(self, request, response):
|
| 16 |
+
response.body = 'HESS: HumanEval for Solidity Server v1.2409.0'
|
|
|
|
|
|
|
| 17 |
|
| 18 |
def on_post(self, request, response):
|
| 19 |
payload = request.media
|