Refactor investor-related schemas and models; update database configuration and enhance investor processing logic

This commit is contained in:
bolade
2025-09-02 15:51:35 +01:00
parent 65b5df3a43
commit 7b58834316
15 changed files with 258 additions and 51 deletions
Binary file not shown.
+2 -2
View File
@@ -1,6 +1,6 @@
from fastapi.routing import apirouter
from fastapi import APIRouter
router = apirouter()
router = APIRouter()
@router.get("/investors")
def read_investors():