Skip to content

Commit 2d5a9a5

Browse files
Feat - Testing new hello world
1 parent 9c7cb27 commit 2d5a9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
# Create your views here.
66
def hello_world(request):
7-
return HttpResponse("Hello, World!")
7+
return HttpResponse("Hello World!")

0 commit comments

Comments
 (0)