Skip to content

Commit

Permalink
refactor(shipping.function.ts): rename shippingCreate to shippingGet …
Browse files Browse the repository at this point in the history
…for better clarity and consistency
  • Loading branch information
jamalsoueidan committed Dec 11, 2023
1 parent 23aa9f8 commit 5312f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/shipping.function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ app.http("shippingCalculate", {
handler: ShippingControllerCalculate,
});

app.http("shippingCreate", {
app.http("shippingGet", {
methods: ["GET"],
authLevel: "anonymous",
route: "shipping/{shippingId}",
Expand Down

0 comments on commit 5312f70

Please sign in to comment.