add docker-compose.yml

This commit is contained in:
austnv
2026-06-14 14:31:03 +03:00
parent 96c453f308
commit a8ed704f47
5 changed files with 28 additions and 7 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ class IPInfo:
# ==================== Роутер ====================
router = APIRouter(prefix='api/v1', tags=['ip'])
router = APIRouter(prefix='/api/v1', tags=['ip'])
@router.get('/ip', response_model=IPInfoModel)
async def get_ip(request: Request):