Skip to content

Commit 9159a84

Browse files
committed
port changed80-->8000
1 parent 3ae0667 commit 9159a84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
docker run -d \
6868
--name void_filter \
6969
--restart unless-stopped \
70-
-p 80:8000 \
70+
-p 8000:8000 \
7171
$IMAGE_URI
7272
7373
echo "📊 Container status:"

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class TextRequest(BaseModel):
2121
text: str
22-
fix_spelling: Optional[bool] = False
22+
fix_spelling: Optional[bool] = True
2323

2424
class DetectedEntity(BaseModel):
2525
text: str

0 commit comments

Comments
 (0)