Skip to content

Commit 99250d6

Browse files
committed
formatting
1 parent d6948b5 commit 99250d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/app/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,7 @@ async def custom_handler(request: Request) -> Response:
10851085

10861086
return custom_handler
10871087

1088+
10881089
async def verify_token(req: Request) -> Dict:
10891090
auth_header = req.headers.get("Authorization", "")
10901091
if not auth_header.startswith("Bearer "):

0 commit comments

Comments
 (0)