Skip to content

Commit cfcc570

Browse files
committed
fix typo
1 parent 6665029 commit cfcc570

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services:
5858
network_mode: host
5959

6060
app:
61-
image: ghcr.io/pad-ws/pad-ws:latest
61+
image: ghcr.io/pad-ws/pad.ws:main
6262
container_name: pad
6363
environment:
6464
- STATIC_DIR=${STATIC_DIR}

src/backend/routers/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import secrets
22
import jwt
3-
import httpxaaqqqqaaqqaqqa
3+
import httpx
44
from fastapi import APIRouter, Request, HTTPException, Depends
55
from fastapi.responses import RedirectResponse
66

0 commit comments

Comments
 (0)