Skip to content

Commit

Permalink
clients/docs: remove articles endpoint from featured
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Oct 21, 2024
1 parent f1a7b5e commit 4d9ca2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server/polar/article/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
)
from .service import article_service

router = APIRouter(
prefix="/articles", tags=["articles", APITag.documented, APITag.featured]
)
router = APIRouter(prefix="/articles", tags=["articles", APITag.documented])


ArticleNotFound = {
Expand Down

0 comments on commit 4d9ca2b

Please sign in to comment.