Skip to content

Commit 7668e00

Browse files
committed
simplify raw
1 parent a82a951 commit 7668e00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cloudapp/app/app.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ def echo():
3939
'env': app.config['site'],
4040
'info': {
4141
'method': request.method,
42-
'url': request.url,
43-
'path': request.path,
44-
'full_path': request.full_path
42+
'path': request.path
4543
}
4644
}
4745
if data:

0 commit comments

Comments
 (0)