@betterstart/cli 0.1.60 → 0.1.61

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterstart/cli",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "description": "Scaffold a full-featured CMS into any Next.js 16 application",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -173,7 +173,7 @@ export const RichTextEditor = ({
173
173
  formData.append('prefix', 'images')
174
174
 
175
175
  const xhr = new XMLHttpRequest()
176
- xhr.open('POST', '/api/upload')
176
+ xhr.open('POST', '/api/cms/upload')
177
177
 
178
178
  xhr.upload.addEventListener('progress', (e) => {
179
179
  if (e.lengthComputable) {