Update
This commit is contained in:
@@ -3,6 +3,7 @@ package routes
|
||||
import (
|
||||
"furtuna-be/internal/handlers/http/balance"
|
||||
"furtuna-be/internal/handlers/http/license"
|
||||
linkqu "furtuna-be/internal/handlers/http/linqu"
|
||||
mdtrns "furtuna-be/internal/handlers/http/midtrans"
|
||||
"furtuna-be/internal/handlers/http/order"
|
||||
"furtuna-be/internal/handlers/http/oss"
|
||||
@@ -60,6 +61,7 @@ func RegisterPrivateRoutes(app *app.Server, serviceManager *services.ServiceMana
|
||||
license.NewHandler(serviceManager.LicenseSvc),
|
||||
transaction.New(serviceManager.Transaction),
|
||||
balance.NewHandler(serviceManager.Balance),
|
||||
linkqu.NewHandler(serviceManager.OrderSvc),
|
||||
}
|
||||
|
||||
for _, handler := range serverRoutes {
|
||||
|
||||
Reference in New Issue
Block a user