Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi authored Mar 22, 2022
1 parent c10c98e commit 1125f37
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 @@ -142,7 +142,7 @@ import (
func main() {
r := router.New()

// Exception routes must come first.
// Other routes with the same pattern should come first.
r.GET("/pages/contact", ContactHandler)

r.GET("/pages/*", PagesHandler)
Expand Down

0 comments on commit 1125f37

Please sign in to comment.