[haiz] haiz
This commit is contained in:
7
backend/routes/house/__init__.py
Normal file
7
backend/routes/house/__init__.py
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
from fastapi import APIRouter
|
||||
from . import house
|
||||
|
||||
router = APIRouter(prefix='/house')
|
||||
|
||||
router.include_router(house.public_router)
|
Reference in New Issue
Block a user