implemented data sources with prisma in go

This commit is contained in:
2025-01-02 13:19:55 +00:00
parent cfb0bdf9cf
commit 615e749a12
55 changed files with 1399 additions and 788 deletions
@@ -1,7 +1,7 @@
package http
import (
"actatempus_backend/internal/infrastructure/persistence/config"
"actatempus_backend/internal/infrastructure/config"
"fmt"
"net/http"
)