Changeset 2bccb01b in trunk
- Timestamp:
- 2022-01-12T16:16:21Z (4 years ago)
- Branches:
- master
- Children:
- 018f531
- Parents:
- 6e2aaa8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/storage/http_server.py ¶
r6e2aaa8 r2bccb01b 111 111 @app.route(*route_args, **route_kwargs) 112 112 @_authorization_decorator(required_secrets) 113 @wraps(f) 113 114 def handle_route(*args, **kwargs): 114 115 return f(*args, **kwargs)
Note: See TracChangeset
for help on using the changeset viewer.