You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/subroute/main.go
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,27 @@ func main() {
53
53
// create a subrouter (retroframe)
54
54
varr*barf.SubRoute=barf.RetroFrame("/api")
55
55
56
-
// apply middleware to subrouter. note that the only difference between this and global middlewares is that you need to pass the
56
+
// apply middleware to subrouter. note that the only difference between this and global middlewares is that you need to pass the subrouter to Hippocampus()
0 commit comments