Skip to content

chore: Remove unused redirect endpoint (#95)#96

Merged
rbardaji merged 5 commits intomainfrom
fix/95-remove-unused-redirect-endpoint
Jul 18, 2025
Merged

chore: Remove unused redirect endpoint (#95)#96
rbardaji merged 5 commits intomainfrom
fix/95-remove-unused-redirect-endpoint

Conversation

@rbardaji
Copy link
Copy Markdown
Collaborator

Removes the unused GET /redirect/{service_name} endpoint and all associated code.

Changes

  • Remove api/routes/redirect_route.py
  • Remove redirect router import from api/routes/__init__.py
  • Remove redirect router inclusion from api/main.py

Impact

  • Reduces code complexity and technical debt
  • Removes unused API endpoint from documentation
  • No functional impact as endpoint was not being used

Closes #95

rbardaji added 5 commits July 18, 2025 16:14
Removes api/routes/redirect_route.py as part of cleanup for issue #95
Removes redirect_router import from api/routes/__init__.py for issue #95
Removes redirect_router inclusion from api/main.py for issue #95
@rbardaji rbardaji closed this Jul 18, 2025
@rbardaji rbardaji reopened this Jul 18, 2025
@rbardaji rbardaji merged commit 61e4ea4 into main Jul 18, 2025
4 checks passed
@rbardaji rbardaji deleted the fix/95-remove-unused-redirect-endpoint branch July 18, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: Remove unused redirect endpoint

1 participant