Skip to content

Commit

Permalink
Update constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Oct 7, 2024
1 parent 2ebd2bb commit 2551c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -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`;

0 comments on commit 2551c47

Please sign in to comment.