We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a599d commit fc5280bCopy full SHA for fc5280b
1 file changed
README.md
@@ -20,7 +20,7 @@ begin
20
Result := AUsername.Equals('user') and APassword.Equals('password');
21
end));
22
23
- App.Post('ping',
+ App.Get('ping',
24
procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc)
25
begin
26
Res.Send('pong');
0 commit comments