Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzh authored Apr 2, 2023
1 parent 256e24a commit 0e8128e
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 @@ -159,7 +159,7 @@ import TelegramVaporBot
final class TelegramController: RouteCollection {

func boot(routes: Vapor.RoutesBuilder) throws {
routes.get("telegramWebHook", use: telegramWebHook)
routes.post("telegramWebHook", use: telegramWebHook)
}
}

Expand Down

0 comments on commit 0e8128e

Please sign in to comment.