Update routes/onboarding.py
Browse files- routes/onboarding.py +1 -1
routes/onboarding.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import logging
|
3 |
import aiohttp
|
4 |
from pydantic import BaseModel
|
5 |
-
from fastapi import APIRouter, HTTPException
|
6 |
from typing import List, Dict, Any, Optional
|
7 |
|
8 |
router = APIRouter()
|
|
|
2 |
import logging
|
3 |
import aiohttp
|
4 |
from pydantic import BaseModel
|
5 |
+
from fastapi import APIRouter, HTTPException, Body
|
6 |
from typing import List, Dict, Any, Optional
|
7 |
|
8 |
router = APIRouter()
|