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 48c6075 commit 26fb24bCopy full SHA for 26fb24b
src/util/admin.js
@@ -55,7 +55,7 @@ export const fetchSettings = () => {
55
if ( ! fetchingPromise ) {
56
fetchingPromise = loadPromise.then( async () => {
57
const response = await apiFetch( {
58
- path: '/stackable/v3/settings',
+ path: '/stackable/v3/settings/',
59
method: 'GET',
60
} )
61
fetchingPromise = null
0 commit comments