updated folder structure

alpha
alex 2023-02-04 20:26:27 +01:00
parent bf52e98dac
commit 0a3c3d2c0b
2 changed files with 1 additions and 1 deletions

View File

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