add docker-compose.yml
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user