generated from Templates/Docker_Image
feat: Add Python-native dashboard and main.py cleanup, refs NOISSUE
This commit is contained in:
@@ -15,8 +15,7 @@ from agents.database_manager import DatabaseManager
|
||||
from config import settings
|
||||
from datetime import datetime
|
||||
import json
|
||||
|
||||
|
||||
from jinja2 import Template
|
||||
app = FastAPI(
|
||||
title="AI Software Factory",
|
||||
description="Automated software generation service with PostgreSQL audit trail",
|
||||
@@ -55,6 +54,7 @@ async def root():
|
||||
"/audit/actions/{project_id}": "Get project user actions",
|
||||
"/audit/history": "Get project history",
|
||||
"/audit/history/{project_id}": "Get project history",
|
||||
"/dashboard": "Dashboard",
|
||||
"/init-db": "Initialize database",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user