We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a397949 commit 95dd85dCopy full SHA for 95dd85d
README.md
@@ -33,7 +33,7 @@ func main() {
33
34
e := echo.New()
35
// group route
36
- 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) {
37
// add your logic
38
return true, nil
39
}))
0 commit comments