Merge branch 'main' of github.com:ardeman/project-legalgo-go
This commit is contained in:
+2
-1
@@ -60,10 +60,11 @@ func run(
|
||||
|
||||
func main() {
|
||||
app := fx.New(
|
||||
config.Module,
|
||||
database.Module,
|
||||
repository.Module,
|
||||
internalhttp.Module,
|
||||
services.Module,
|
||||
internalhttp.Module,
|
||||
fx.Invoke(run),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user