We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5012c41 commit 3219118Copy full SHA for 3219118
src/handlers/api.py
@@ -48,7 +48,7 @@ class BaseHandler(BioThingsAuthnMixin, BaseAPIHandler):
48
49
class AuthHandler(BaseHandler):
50
def set_cache_header(self, cache_value):
51
- # disabel cache for auth-related handlers
+ # disable cache for auth-related handlers
52
self.set_header("Cache-Control", "private, max-age=0, no-cache")
53
54
0 commit comments