mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
MAESTRO: add analysis SSE router
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
from app.routers.analysis import router as analysis_router
|
||||
from app.routers.tests import router as tests_router
|
||||
|
||||
app = FastAPI(title="Web Header Analyzer API")
|
||||
app.include_router(analysis_router)
|
||||
app.include_router(tests_router)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user