Skip to content

Commit 95dd85d

Browse files
authored
Update README.md
1 parent a397949 commit 95dd85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func main() {
3333

3434
e := echo.New()
3535
// group route
36-
e.Group("/api", pa.PathAuth("apikey", func(auth string, c echo.Context) (bool, error) {
36+
e.Group("/api/:apikey", pa.PathAuth("apikey", func(auth string, c echo.Context) (bool, error) {
3737
// add your logic
3838
return true, nil
3939
}))

0 commit comments

Comments
 (0)