@infuro/cms-core 1.0.39 → 1.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.cjs CHANGED
@@ -321,7 +321,7 @@ const cmsMiddleware = createCmsMiddleware({
321
321
  '/api/auth': ['GET', 'POST'],
322
322
  '/api/users/forgot-password': ['POST'],
323
323
  '/api/users/set-password': ['POST'],
324
- '/api/users/invite': ['POST'],
324
+ '/api/users/invite': ['GET', 'POST'],
325
325
  },
326
326
  });
327
327
 
package/dist/cli.js CHANGED
@@ -314,7 +314,7 @@ const cmsMiddleware = createCmsMiddleware({
314
314
  '/api/auth': ['GET', 'POST'],
315
315
  '/api/users/forgot-password': ['POST'],
316
316
  '/api/users/set-password': ['POST'],
317
- '/api/users/invite': ['POST'],
317
+ '/api/users/invite': ['GET', 'POST'],
318
318
  },
319
319
  });
320
320