Skip to content

Commit 3c918d9

Browse files
committed
opt
1 parent 25e041b commit 3c918d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/routers/router.go

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

33
import (
44
"github.com/gin-gonic/gin"
5-
"github.com/juggleim/jugglechat-server-post/apis"
5+
"github.com/juggleim/jugglechat-server/posts/apis"
66
)
77

88
func Route(group *gin.RouterGroup) {

0 commit comments

Comments
 (0)