mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-01-05 19:20:21 -06:00
Use GET route `timer.start_timer_for_project` instead of POST-only `timer.start_timer` in task and project templates. This fixes “405 Method Not Allowed” when starting a timer from /tasks and /tasks/<id>, and from the project view.