We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494aab8 commit 19a65aaCopy full SHA for 19a65aa
client/gutenberg/editor/api-middleware/index.js
@@ -29,7 +29,7 @@ const debugMiddleware = ( options, next ) => {
29
30
// Rewrite default API paths to match WP.com equivalents. Note that
31
// passed apiNamespace will be prepended to the replaced path.
32
-const wpcomPathMappingMiddleware = ( options, next, siteSlug ) => {
+export const wpcomPathMappingMiddleware = ( options, next, siteSlug ) => {
33
// wp/v2 namespace mapping
34
//
35
// Path rewrite example:
0 commit comments