Private
Public Access
1
0

laatste loodjes

This commit is contained in:
Sander Roosendaal
2021-04-26 19:52:36 +02:00
parent 62d06a2439
commit b4ed7a0a6b
6 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ def google_analytics(request): # pragma: no cover
}
return {}
def hello_world(request):
def hello_world(request): # pragma: no cover
return {
'helloworld': 'hi Sander'
}