Compare commits

..

No commits in common. "7a3e02527896c02bc4805eee7f73a579a074dc4f" and "bff021333f6fcc3037997d02662a39f140469d09" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -1,5 +1,3 @@
export default {
baseUrl: 'https://858.ma',
videoBase: 'https://video22.858.ma',
apiUrl: 'https://858.ma/api'
apiUrl: 'https://858.ma/api'
};

View File

@ -1,9 +0,0 @@
import config from '../config';
export function getThumbnail(id, size='256') {
return `${config.baseUrl}/${id}/icon${size}.jpg`
}
export function getVideo(id, size='480') {
return `${config.videoBase}/${id}/${size}.mp4`;
}