refactor: improve code structure within gateway package

This commit is contained in:
Prad Nukala
2024-12-09 18:35:36 -05:00
parent f250082fff
commit c158904efc
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -9,11 +9,11 @@ import (
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware"
"github.com/onsonr/sonr/app/gateway"
"github.com/onsonr/sonr/app/gateway/config"
"github.com/onsonr/sonr/crypto/ucan"
"github.com/onsonr/sonr/pkg/common/didauth/producer"
"github.com/onsonr/sonr/pkg/common/ipfs"
"github.com/onsonr/sonr/pkg/gateway"
"github.com/onsonr/sonr/pkg/gateway/config"
)
//go:embed config.pkl