Spaces:
Runtime error
Runtime error
FEAT: New Clearance System code
Browse files- src/routers/students.py +1 -0
src/routers/students.py
CHANGED
|
@@ -4,6 +4,7 @@ from sqlmodel import Session, SQLModel
|
|
| 4 |
from src.auth import get_current_active_user
|
| 5 |
from src.database import get_session
|
| 6 |
from src.models import StudentReadWithClearance
|
|
|
|
| 7 |
|
| 8 |
# This is the new request body model for the POST request.
|
| 9 |
class StudentLookupRequest(SQLModel):
|
|
|
|
| 4 |
from src.auth import get_current_active_user
|
| 5 |
from src.database import get_session
|
| 6 |
from src.models import StudentReadWithClearance
|
| 7 |
+
from src.crud import students as student_crud
|
| 8 |
|
| 9 |
# This is the new request body model for the POST request.
|
| 10 |
class StudentLookupRequest(SQLModel):
|