mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
fix ExpiringDict caching solution
This commit is contained in:
@@ -252,6 +252,7 @@ def register_blueprint(application):
|
||||
|
||||
|
||||
def init_app(app):
|
||||
|
||||
@app.before_request
|
||||
def record_request_details():
|
||||
g.start = monotonic()
|
||||
|
||||
Reference in New Issue
Block a user