Skip to content

Commit 3219118

Browse files
💅
1 parent 5012c41 commit 3219118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class BaseHandler(BioThingsAuthnMixin, BaseAPIHandler):
4848

4949
class AuthHandler(BaseHandler):
5050
def set_cache_header(self, cache_value):
51-
# disabel cache for auth-related handlers
51+
# disable cache for auth-related handlers
5252
self.set_header("Cache-Control", "private, max-age=0, no-cache")
5353

5454

0 commit comments

Comments
 (0)