Changeset 2bccb01b in trunk


Ignore:
Timestamp:
2022-01-12T16:16:21Z (4 years ago)
Author:
Itamar Turner-Trauring <itamar@…>
Branches:
master
Children:
018f531
Parents:
6e2aaa8
Message:

Fix bug wrapping endpoints.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/storage/http_server.py

    r6e2aaa8 r2bccb01b  
    111111        @app.route(*route_args, **route_kwargs)
    112112        @_authorization_decorator(required_secrets)
     113        @wraps(f)
    113114        def handle_route(*args, **kwargs):
    114115            return f(*args, **kwargs)
Note: See TracChangeset for help on using the changeset viewer.