We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053a00a commit 4a90cd9Copy full SHA for 4a90cd9
src/components/orderList.jsx
@@ -23,7 +23,7 @@ function getList() {
23
24
// API POST call to update orders
25
function orderUpdate(orderId) {
26
- return fetch(`/bc-api/v2/orders/${orderId}`, {
+ return fetch(`/bc-api/v2/orders/${orderId}/`, {
27
method: "PUT",
28
headers: {
29
"Content-Type": "application/json",
@@ -34,7 +34,7 @@ function orderUpdate(orderId) {
34
35
// API DELETE call to delete orders
36
function orderDelete(orderId) {
37
38
method: "DELETE",
39
40
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments