🚚 moved db folder

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2024-01-13 12:00:08 +01:00
parent cb25a3b35a
commit 98f25c1b32
7 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ import (
"net/http" "net/http"
"strconv" "strconv"
"helseveileder/db" "helseveileder/cmd/db"
"github.com/gin-contrib/cors" "github.com/gin-contrib/cors"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"