fix: moved module namespace to git.dittmar.dev
This commit is contained in:
@@ -5,9 +5,9 @@ import (
|
||||
"log/slog"
|
||||
"net/http"
|
||||
|
||||
"github.com/robindittmar/dttmr-api/internal/api/request"
|
||||
"github.com/robindittmar/dttmr-api/internal/api/response"
|
||||
"github.com/robindittmar/dttmr-api/internal/domain"
|
||||
"git.dittmar.dev/robin/dttmr-api/internal/api/request"
|
||||
"git.dittmar.dev/robin/dttmr-api/internal/api/response"
|
||||
"git.dittmar.dev/robin/dttmr-api/internal/domain"
|
||||
)
|
||||
|
||||
type UserHandler struct {
|
||||
|
||||
Reference in New Issue
Block a user