Skip to content

Commit

Permalink
Added a new SkipRoutes overload
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez committed May 3, 2022
1 parent 110a2b6 commit d6954a5
Show file tree
Hide file tree
Showing 4 changed files with 1,102 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boss-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hash": "445774d05b3e1b873cfcdb89032b3e1f",
"updated": "2022-02-16T09:12:07.6951428-03:00",
"hash": "d41d8cd98f00b204e9800998ecf8427e",
"updated": "2022-02-08T14:16:13.4097104-03:00",
"installedModules": {
"github.com/andre-djsystem/hashlib4pascal": {
"name": "hashlib4pascal",
Expand All @@ -12,8 +12,8 @@
},
"github.com/hashload/horse": {
"name": "horse",
"version": "3.0.0",
"hash": "195e14c9c225f81a8c69d18b5118c149",
"version": "3.0.1",
"hash": "4533d4457de32678b73d0f990ded34c8",
"artifacts": {},
"failed": false,
"changed": false
Expand Down
38 changes: 38 additions & 0 deletions horse_jwt.dpk
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
package horse_jwt;

{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$RUNONLY}
{$IMPLICITBUILD ON}

requires
rtl;

contains
Horse.JWT in 'src\Horse.JWT.pas';

end.

Loading

0 comments on commit d6954a5

Please sign in to comment.