mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
6 lines
98 B
Python
6 lines
98 B
Python
from django.http import HttpResponse
|
|
|
|
|
|
def page(request):
|
|
return HttpResponse('Hello World!')
|