Skip to content

Commit 49c2c3d

Browse files
authored
Update user.go
1 parent 8282f83 commit 49c2c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/user/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package user
22

33
import (
4-
"../.."
4+
"github.com/go-rs/rest-api-framework"
55
)
66

77
func APIs(api *rest.API) {

0 commit comments

Comments
 (0)