Skip to content

Commit fd7086e

Browse files
committed
export Router
1 parent 4fac025 commit fd7086e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type (
1111
Pulse struct {
1212
config *Config
1313
server *fasthttp.Server
14-
router *Router
14+
Router *Router
1515
}
1616

1717
Config struct {

0 commit comments

Comments
 (0)