mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
Remove hardcoded /ask/ routes (core/urls.py), /api/ask/ (api_urls.py), ask_views.py, and ask.html input page. Ask is now a normal Link record (alias='ask', link_type=ACTION) created by data migration 0053, so it behaves exactly like other action links: go/ask/问题 → catch-all → execute_action → 302 to Discord, editable/deletable in the Links UI. Tests updated: ask covered as ACTION link (redirect/dedup/empty-query).