Skip to content

Commit

Permalink
Fix successStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Sep 13, 2023
1 parent b65c581 commit 97bdd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/postPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
"/api/themes"
],
rateLimit: "auth",
successStauts: 201,
successStatus: 201,
options: {
Allow: "POST, GET",
"X-Content-Type-Options": "nosniff"
Expand Down

0 comments on commit 97bdd56

Please sign in to comment.