mirror of
https://github.com/cf-sonr/motr.git
synced 2026-01-12 02:59:13 +00:00
refactor: reorganize config and middleware packages
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/sonr-io/motr/config"
|
||||
"github.com/sonr-io/motr/controller"
|
||||
"github.com/sonr-io/motr/internal/config"
|
||||
"github.com/sonr-io/motr/internal/middleware"
|
||||
"github.com/sonr-io/motr/middleware"
|
||||
"github.com/sonr-io/motr/routes"
|
||||
)
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/sonr-io/motr/config"
|
||||
"github.com/sonr-io/motr/controller"
|
||||
"github.com/sonr-io/motr/internal/config"
|
||||
"github.com/sonr-io/motr/internal/middleware"
|
||||
"github.com/sonr-io/motr/middleware"
|
||||
"github.com/sonr-io/motr/routes"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user