We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b680991 commit ab0c7fdCopy full SHA for ab0c7fd
urls.py
@@ -5,7 +5,7 @@
5
# This is similar to Django's urls.py
6
7
def router(request: HttpRequest) -> HttpResponse:
8
- print('==== Routing to path:', request.path);
+ print('==== Routing to path:', request.path)
9
if request.path == '/' :
10
return views.root(request)
11
elif request.path.startswith('/dj4e') :
0 commit comments