fix: moved module namespace to git.dittmar.dev

This commit is contained in:
2026-09-06 18:13:30 +02:00
parent 567f493ee5
commit 52cc00ebfd
21 changed files with 46 additions and 42 deletions
+4 -4
View File
@@ -4,10 +4,10 @@ import (
"database/sql"
"net/http"
"github.com/robindittmar/dttmr-api/internal/api/handler"
"github.com/robindittmar/dttmr-api/internal/api/middleware"
"github.com/robindittmar/dttmr-api/internal/domain"
"github.com/robindittmar/dttmr-api/internal/repository"
"git.dittmar.dev/robin/dttmr-api/internal/api/handler"
"git.dittmar.dev/robin/dttmr-api/internal/api/middleware"
"git.dittmar.dev/robin/dttmr-api/internal/domain"
"git.dittmar.dev/robin/dttmr-api/internal/repository"
)
type Config struct {