brunneis commited on
Commit
c22f56e
1 Parent(s): bbf81ab

Update on_get

Browse files
Files changed (1) hide show
  1. 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.media = {
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