updated survey route

This commit is contained in:
OwusuBlessing
2025-08-12 15:57:07 +01:00
parent 8ea9510b90
commit 1905492f93
22 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# api/models/requests.py
from pydantic import BaseModel
from typing import List
from typing import List,Dict
class BaseRequest(BaseModel):
pass
@@ -17,5 +17,5 @@ class ChatRequest(BaseModel):
class SurveyRequest(BaseModel):
job_id: str
booking_form_input: Dict