Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgef committed Feb 17, 2024
1 parent dbf162f commit 0fa23a9
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 23 deletions.
121 changes: 99 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"format": "prettier --write '**/*.{js,css,json,md}'",
"wrangler": "wrangler",
"login": "npm run wrangler login",
"logout": "npm run wrangler logout",
"publish": "npm run build && npm run wrangler publish",
"tail": "wrangler tail --format=pretty"
},
Expand Down
7 changes: 6 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ apiker.init({
limitRequestsPerMinute: 30
},
debug: true,
adminPanel: true,
email: {
name: "Admin",
senderEmail: "[email protected]"
},
authRoutes: false,
adminPanel: false,
objectStateMapping: {
CounterUser: OBMT.SIGNEDIP,
RateLimit: OBMT.SIGNEDIP,
Expand Down

0 comments on commit 0fa23a9

Please sign in to comment.