fixed the naming conventions of the function that maps requests to corresponding app views.

parent c40fc69e
Pipeline #2726 failed with stages
from django.http import HttpResponse
def index(request):
def contactIndex(request):
return HttpResponse('Contact Number: 09172740370')
\ 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