Skip to content

Commit

Permalink
Disinclude attachment router
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoom-Developer committed Nov 18, 2024
1 parent 47db1e9 commit 795d91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/interface/api/attachments.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from src.application.attachment import AttachmentService


router = APIRouter(prefix="/attachments", tags=["Attachments"])
router = APIRouter(prefix="/attachments", tags=["Attachments"], include_in_schema=False)


@router.get(
Expand Down

0 comments on commit 795d91a

Please sign in to comment.