From ed3fbc4a156131511396a3617eb60795a7091193 Mon Sep 17 00:00:00 2001 From: lukicenturi Date: Wed, 4 Sep 2024 22:24:01 +0700 Subject: [PATCH] fix: adjust trailing slash for API call in frontend --- components/account/home/PaymentsTable.vue | 2 +- store/index.ts | 10 +++++----- store/payments/cards.ts | 8 ++++---- store/payments/crypto.ts | 2 +- store/payments/paypal.ts | 8 ++++---- tests/e2e/specs/pages/signup.spec.cy.ts | 2 +- tests/mocks/handlers.ts | 18 +++++++++--------- tests/unit/utils/api.nuxt.spec.ts | 4 ++-- 8 files changed, 27 insertions(+), 27 deletions(-) diff --git a/components/account/home/PaymentsTable.vue b/components/account/home/PaymentsTable.vue index 34ec48cb..7936d970 100644 --- a/components/account/home/PaymentsTable.vue +++ b/components/account/home/PaymentsTable.vue @@ -80,7 +80,7 @@ const payments = computed(() => {