refactor: move handlers into versioned dirs

This commit is contained in:
2025-03-18 18:25:37 -04:00
parent be0981f7b7
commit d8de02f789
4 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
package handlers
package item
import (
"context"

View File

@ -1,4 +1,4 @@
package handlers
package user
import (
"context"

View File

@ -1,4 +1,4 @@
package handlers
package user
import (
"context"