Spaces:
Running
Running
| import { BASE_URL } from "./base-client"; | |
| export const exportClient = { | |
| getDownloadUrl: (fileId: string): string => | |
| `${BASE_URL}/export/download/${fileId}`, | |
| }; | |
| import { BASE_URL } from "./base-client"; | |
| export const exportClient = { | |
| getDownloadUrl: (fileId: string): string => | |
| `${BASE_URL}/export/download/${fileId}`, | |
| }; | |