updated folder structure

alpha
alex 2023-02-04 20:24:09 +01:00
parent 57b78029fb
commit bf52e98dac
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package router package router
import ( import (
"clickandjoin.app/storageserver/routers/routes/v1/user" "clickandjoin.app/storageserver/routers/v1/user"
"github.com/gofiber/fiber/v2" "github.com/gofiber/fiber/v2"
) )