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

parent 4a4ca9a0
Pipeline #2699 failed with stages
from django.http import HttpResponse
def aboutIndex(request):
def Index(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