From 2551c47371d68a48057f9c4eddd335535b6ebe88 Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Mon, 7 Oct 2024 15:40:17 +0530 Subject: [PATCH] Update constants.js --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 9f65077..304b12b 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,3 +1,3 @@ export const wpRestURL = window.nfdInstallerDataAttrListener?.restUrl; export const dataRestRoute = 'newfold-installer/v1'; -export const installerAPI = `${ wpRestURL }/${ dataRestRoute }/install-premium`; +export const installerAPI = `${ wpRestURL }/${ dataRestRoute }/install-premium-plugin`;