()
| 16 | * Get the serve path prefix (unified across all storage providers) |
| 17 | */ |
| 18 | export function getServePathPrefix(): string { |
| 19 | return '/api/files/serve/' |
| 20 | } |
| 21 | |
| 22 | /** |
| 23 | * Get file metadata from storage provider |
no outgoing calls
no test coverage detected