fix another typo...

This commit is contained in:
whew 2021-05-31 12:28:57 +00:00 committed by GitHub
parent 3f4f5e22ec
commit a132cd28f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,7 @@ class Web:
return _check_login() return _check_login()
@self.app.after_request @self.app.after_request
def add_security_headers(self, r): def add_security_headers(r):
""" """
Add security headers to a response Add security headers to a response
""" """