Skip to content

Commit fc5280b

Browse files
Update README.md
1 parent 05a599d commit fc5280b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ begin
2020
Result := AUsername.Equals('user') and APassword.Equals('password');
2121
end));
2222
23-
App.Post('ping',
23+
App.Get('ping',
2424
procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc)
2525
begin
2626
Res.Send('pong');

0 commit comments

Comments
 (0)