code update recorded at: 23/05/25 08:05:18
This commit is contained in:
parent
7ff9e52e04
commit
a426fca054
|
|
@ -0,0 +1,6 @@
|
|||
def handler(request):
|
||||
response_json = {
|
||||
'name': 'bhupendar jogi',
|
||||
'message': 'Hello World'
|
||||
}
|
||||
return jsonify(response_json)
|
||||
Loading…
Reference in New Issue
Block a user