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 8, 2024
1 parent 48e767c commit 056774a
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 installerRestRoute = 'newfold-installer/v1';
export const installerAPI = `${ wpRestURL }/${ dataRestRoute }/plugins/install`;
export const installerAPI = `${ wpRestURL }/${ installerRestRoute }/plugins/install`;

0 comments on commit 056774a

Please sign in to comment.