@clawchatsai/connector 0.0.34 → 0.0.35
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 +1 -1
- package/server.js +1 -2
package/package.json
CHANGED
package/server.js
CHANGED
|
@@ -1310,8 +1310,7 @@ async function handleSaveIntelligence(req, res, params) {
|
|
|
1310
1310
|
// ─── File Serving (restricted to ~/.openclaw/media/) ────────────────────────
|
|
1311
1311
|
|
|
1312
1312
|
const ALLOWED_FILE_DIRS = [
|
|
1313
|
-
|
|
1314
|
-
path.join(HOME, '.openclaw', 'workspace'),
|
|
1313
|
+
HOME,
|
|
1315
1314
|
'/tmp',
|
|
1316
1315
|
];
|
|
1317
1316
|
|