docs(api): add api docs
This commit is contained in:
@@ -5,7 +5,7 @@ from app.fetcher import Fetcher
|
||||
|
||||
from fastapi import APIRouter, Depends
|
||||
|
||||
fetcher_router = APIRouter(prefix="/fetcher", tags=["fetcher"])
|
||||
fetcher_router = APIRouter(prefix="/fetcher", include_in_schema=False)
|
||||
|
||||
|
||||
@fetcher_router.get("/callback")
|
||||
|
||||
Reference in New Issue
Block a user