@@ -17,6 +17,6 @@ func NewBinder(router api.Router, i *infrastructure.Infrastructure) *Binder {
}
-func (binder *Binder) GetInfrastructure() infrastructure.Infrastructure {
- return *binder.i
+func (binder *Binder) GetInfrastructure() *infrastructure.Infrastructure {
+ return binder.i