sync: Auto-sync from Mikes-MacBook-Air.local at 2026-03-09 08:14:13
Synced files: - Session logs updated - Latest context and credentials - Command/directive updates Machine: Mikes-MacBook-Air.local Timestamp: 2026-03-09 08:14:13 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -33,6 +33,8 @@ from api.routers import (
|
||||
security_incidents,
|
||||
bulk_import,
|
||||
version,
|
||||
quotes,
|
||||
admin_quotes,
|
||||
)
|
||||
|
||||
# Import middleware
|
||||
@@ -124,6 +126,10 @@ app.include_router(credential_audit_logs.router, prefix="/api/credential-audit-l
|
||||
app.include_router(security_incidents.router, prefix="/api/security-incidents", tags=["Security Incidents"])
|
||||
app.include_router(bulk_import.router, prefix="/api/bulk-import", tags=["Bulk Import"])
|
||||
|
||||
# Quote Wizard endpoints (public and admin)
|
||||
app.include_router(quotes.router, prefix="/api/quotes", tags=["Quotes"])
|
||||
app.include_router(admin_quotes.router, prefix="/api/admin/quotes", tags=["Admin Quotes"])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
import uvicorn
|
||||
|
||||
Reference in New Issue
Block a user