Make it authenticated again
This commit is contained in:
parent
2afe7935cc
commit
9cc5fe7a38
|
@ -172,7 +172,7 @@ hub:
|
||||||
|
|
||||||
|
|
||||||
class RefreshHandler(HubAuthenticated, RequestHandler):
|
class RefreshHandler(HubAuthenticated, RequestHandler):
|
||||||
# @authenticated
|
@authenticated
|
||||||
def get(self):
|
def get(self):
|
||||||
# app_log.info(f"DEBUG: In refresh get {os.environ}")
|
# app_log.info(f"DEBUG: In refresh get {os.environ}")
|
||||||
# user_model = self.get_current_user()
|
# user_model = self.get_current_user()
|
||||||
|
|
Loading…
Reference in a new issue