From 5bc244da1456f055c743807ab324414854a74efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Hern=C3=A1ndez?= Date: Thu, 2 Oct 2025 14:48:55 +0200 Subject: [PATCH] Update add_platforms api endpoint See https://github.com/AlmaLinux/albs-web-server/pull/1178 Resolves: https://github.com/AlmaLinux/build-system/issues/508 --- src/pages/ProductDetails.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ProductDetails.vue b/src/pages/ProductDetails.vue index bae482cb..7b234ab2 100644 --- a/src/pages/ProductDetails.vue +++ b/src/pages/ProductDetails.vue @@ -373,7 +373,7 @@ this.loadingPlatform = true this.$api .post( - `products/${this.productId}/add_platforms/`, + `products/${this.productId}/add-platforms/`, this.platformsToAdd ) .then((response) => {