3 lines
42 B
Python
3 lines
42 B
Python
def fx(request):
|
|
return "hello world"
|
def fx(request):
|
|
return "hello world"
|