Changed the name function that accepts a request and returns a string

parent 61b83a19
Pipeline #2729 failed with stages
from django.http import HttpResponse
def Index(request):
def aboutIndex(request):
return HttpResponse('I don\'t have a specific music taste, although some of the music genres I enjoy include indie, hip-hop, and house music!')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment