átlagos kiegészítséek jó sok
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# backend/app/api/v1/endpoints/search.py
|
||||
# /opt/docker/dev/service_finder/backend/app/api/v1/endpoints/search.py
|
||||
from fastapi import APIRouter, Depends
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
from sqlalchemy import text
|
||||
from app.db.session import get_db
|
||||
from app.api.deps import get_current_user
|
||||
from app.models.organization import Organization # JAVÍTVA
|
||||
from app.models.marketplace.organization import Organization # JAVÍTVA
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user