We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2df1a commit 5e5a64aCopy full SHA for 5e5a64a
src/OnboardingSPA/utils/api/buildRequestUrl.js
@@ -15,7 +15,7 @@ const buildRequestUrl = ( endpoint ) => {
15
const apiRoot = wpApiSettings.root || '/wp-json/';
16
17
// Build the full API URL
18
- return `${apiRoot}newfold-onboarding/v1/${endpoint}`;
+ return `${ apiRoot }newfold-onboarding/v1/${ endpoint }`;
19
};
20
21
export default buildRequestUrl;
0 commit comments