mirror of
https://github.com/AudebertAdrien/ft_transcendence.git
synced 2025-12-16 14:07:49 +01:00
5 lines
125 B
Python
5 lines
125 B
Python
from django.http import HttpResponse
|
|
|
|
def index(request):
|
|
return HttpResponse("Hello, CHAKIB est une trompette ou pas!")
|