feat: implement scan terminal dashboard system and supporting services
This commit is contained in:
@@ -6,7 +6,6 @@ from fastapi import APIRouter, Request
|
||||
from fastapi.responses import JSONResponse
|
||||
|
||||
from web.services.scan_api import (
|
||||
get_scan_terminal_ai_payload,
|
||||
get_scan_terminal_overview_payload,
|
||||
get_scan_terminal_payload,
|
||||
)
|
||||
@@ -54,11 +53,6 @@ async def scan_terminal(
|
||||
)
|
||||
|
||||
|
||||
@router.post("/api/scan/terminal/ai")
|
||||
async def scan_terminal_ai(request: Request):
|
||||
return await get_scan_terminal_ai_payload(request)
|
||||
|
||||
|
||||
@router.post("/api/scan/terminal/overview")
|
||||
async def scan_terminal_overview(request: Request):
|
||||
return await get_scan_terminal_overview_payload(request)
|
||||
|
||||
Reference in New Issue
Block a user