Skip to content

Commit

Permalink
Adding plotly visuals for telco tests
Browse files Browse the repository at this point in the history
Signed-off-by: vishnuchalla <[email protected]>
  • Loading branch information
vishnuchalla committed May 23, 2024
1 parent cc9c74e commit 22d672a
Show file tree
Hide file tree
Showing 11 changed files with 521 additions and 50 deletions.
2 changes: 2 additions & 0 deletions backend/app/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from app.api.v1.endpoints.quay import quayJobs
from app.api.v1.endpoints.quay import quayGraphs
from app.api.v1.endpoints.telco import telcoJobs
from app.api.v1.endpoints.telco import telcoGraphs

router = APIRouter()

Expand All @@ -25,6 +26,7 @@

# Telco endpoints
router.include_router(telcoJobs.router, tags=['telco'])
router.include_router(telcoGraphs.router, tags=['telco'])

# Jira endpoints
router.include_router(jira.router, tags=['jira'])
Loading

0 comments on commit 22d672a

Please sign in to comment.