Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bootjp authored Nov 10, 2022
1 parent a397949 commit 95dd85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {

e := echo.New()
// group route
e.Group("/api", pa.PathAuth("apikey", func(auth string, c echo.Context) (bool, error) {
e.Group("/api/:apikey", pa.PathAuth("apikey", func(auth string, c echo.Context) (bool, error) {
// add your logic
return true, nil
}))
Expand Down

0 comments on commit 95dd85d

Please sign in to comment.