riku
2025-03-25 642d31285d7aff59415a5eb37f87a79f41d308a8
1
2
3
4
5
6
7
import { $fysp } from '../index';
 
export default {
  downloadFile(url) {
    return $fysp.get(`files/${url}`);
  }
};