(path)
| 327 | } |
| 328 | |
| 329 | function buildDownloadAllUrl(path) { |
| 330 | const p = path ? '&path=' + encodeURIComponent(path) : ''; |
| 331 | return withBasePath('/api/folder/downloadSharedFolder.php?token=' + encodeURIComponent(token) + passParam + p); |
| 332 | } |
| 333 | |
| 334 | function buildShareAiChatUrl() { |
| 335 | return withBasePath('/api/pro/ai/share/chat.php'); |
no test coverage detected