Skip to content

Commit

Permalink
Horse 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez committed Mar 10, 2023
1 parent 5a24775 commit 778a38e
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 242 deletions.
10 changes: 5 additions & 5 deletions boss-lock.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"hash": "830981b993a8554a72d15f4378c1a4cc",
"updated": "2022-02-16T09:05:26.6965591-03:00",
"updated": "2023-03-09T23:16:37.9915349-03:00",
"installedModules": {
"github.com/hashload/horse": {
"name": "horse",
"version": "3.0.0",
"hash": "195e14c9c225f81a8c69d18b5118c149",
"version": "3.1.0",
"hash": "fc3b8eefb46c1a3b387e86ca46a9faa1",
"artifacts": {},
"failed": false,
"changed": false
},
"github.com/hashload/jhonson": {
"name": "jhonson",
"version": "1.1.4",
"hash": "7f48e0509b98505a12fa80ee39b53aea",
"version": "1.1.5",
"hash": "b4efa1372fdf1109fbaf5a625b702f90",
"artifacts": {},
"failed": false,
"changed": false
Expand Down
6 changes: 3 additions & 3 deletions boss.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "handle-exception",
"description": "",
"version": "1.0.0",
"version": "0.1.8",
"homepage": "",
"mainsrc": "src/",
"projects": [],
"dependencies": {
"github.com/hashload/horse": "^3.0.0",
"github.com/hashload/jhonson": "^1.1.4"
"github.com/hashload/horse": "^3.1.0",
"github.com/hashload/jhonson": "^1.1.5"
}
}
2 changes: 1 addition & 1 deletion samples/delphi/samples.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ begin
.Use(HandleException);

THorse.Get('/ping',
procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc)
procedure(Req: THorseRequest; Res: THorseResponse)
begin
raise EHorseException.New.Error('My Error!');
end);
Expand Down
Loading

0 comments on commit 778a38e

Please sign in to comment.