mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-17 15:22:30 -05:00
Pull the HTTP-agnostic table reset and truncate-all logic out of the v1 testing handlers into pkg/routes/api/shared so /api/v2 can reuse it. v1's wire behavior is unchanged; it now delegates to the shared functions.