Harden auth/vault path sanitization and clean WeKnora docs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
// Pi Lab API endpoint smoke
|
||||
// 验证 Pi Lab API 路由在 mnote-web 开发环境下的响应
|
||||
// 需要 mnote-web 已在运行(npm run desktop:hot 或独立启动)
|
||||
// 需要 mnote-web 已在运行(npm run dev:hot 或独立启动)
|
||||
// 检查:新端点 start/send/abort/events、SSE、permission-system managed builtin tools、receipt、no polling
|
||||
|
||||
const BASE = process.env.MNOTE_PI_LAB_BASE || 'http://127.0.0.1:3000';
|
||||
|
||||
Reference in New Issue
Block a user