Fixed the documentation of the view of the home page in the Mia core application.

This commit is contained in:
依瑪貓 2020-08-02 00:29:43 +08:00
parent da80816b37
commit edb1aece09

View File

@ -33,7 +33,7 @@ def home(request):
request (HttpRequest): The request.
Returns:
HttpRedirectResponse: The redirect response.
HttpResponse: The response.
"""
return render(request, "index.html")