01: Initial commit with neo4j
This commit is contained in:
5
app/api/v1/router.py
Normal file
5
app/api/v1/router.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from fastapi import APIRouter
|
||||
from app.api.v1.property_routes import router as property_routes
|
||||
|
||||
api_router = APIRouter()
|
||||
api_router.include_router(property_routes)
|
||||
Reference in New Issue
Block a user