Projekt

Obecné

Profil

Stáhnout (366 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 84cc4e49 Michal Schwob
export const BASE_URL = 'http://147.228.173.159'
2
export const BASE_API_URL = BASE_URL + '/api'
3 b225ffee Fantič
4 84cc4e49 Michal Schwob
export const AVATAR_URL = BASE_URL + '/static/avatars'
5 b225ffee Fantič
6 84cc4e49 Michal Schwob
export const IMAGE_URL = BASE_URL + '/static/images'
7 8c3203e0 Schwobik
8 84cc4e49 Michal Schwob
export const HOME_PAGE_IMG_URL = BASE_URL + '/static/home/Rudolf-Aachen-crop.png'
9 8c3203e0 Schwobik
10 84cc4e49 Michal Schwob
export const ITEM_PREVIEW_IMG_PREFIX_URL = BASE_URL + '/static/images/thumb-'