Dhrumit1314 commited on
Commit
3407029
1 Parent(s): 75eec73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def hello():
48
  h = "<h1>This is the backend deployed web page created by NotivAI!!</h1>"
49
  return h
50
 
51
- @app.route('/get_humiliated',methods=['GET'])
52
  def hello2():
53
  h = "<h1>Hello this is testing!!</h1>"
54
  return h
 
48
  h = "<h1>This is the backend deployed web page created by NotivAI!!</h1>"
49
  return h
50
 
51
+ @app.route('/get_tested',methods=['GET'])
52
  def hello2():
53
  h = "<h1>Hello this is testing!!</h1>"
54
  return h