Refactor investor-related schemas and models; update database configuration and enhance investor processing logic
This commit is contained in:
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
from fastapi.routing import apirouter
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = apirouter()
|
||||
router = APIRouter()
|
||||
|
||||
@router.get("/investors")
|
||||
def read_investors():
|
||||
|
||||
Reference in New Issue
Block a user