mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-30 06:12:06 +00:00
basic ui
This commit is contained in:
12
server/routers/__init__.py
Normal file
12
server/routers/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
API Routers
|
||||
===========
|
||||
|
||||
FastAPI routers for different API endpoints.
|
||||
"""
|
||||
|
||||
from .projects import router as projects_router
|
||||
from .features import router as features_router
|
||||
from .agent import router as agent_router
|
||||
|
||||
__all__ = ["projects_router", "features_router", "agent_router"]
|
||||
Reference in New Issue
Block a user