Skip to content

Commit db8c86d

Browse files
committed
fix(framework): Readme
1 parent 37f087c commit db8c86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ import (
3030

3131
"github.com/studiolambda/cosmos/framework"
3232
"github.com/studiolambda/cosmos/framework/middleware"
33-
"github.com/studiolambda/cosmos/framework/request"
34-
"github.com/studiolambda/cosmos/framework/response"
33+
"github.com/studiolambda/cosmos/contract/request"
34+
"github.com/studiolambda/cosmos/contract/response"
3535
)
3636

3737
type Data struct {

0 commit comments

Comments
 (0)