Revize 84cc4e49
Přidáno uživatelem Michal Schwob před více než 1 rok
src/api/constants.ts | ||
---|---|---|
1 |
export const BASE_URL = 'https://www.inventariarudolphina.com/api' |
|
1 |
export const BASE_URL = 'http://147.228.173.159' |
|
2 |
export const BASE_API_URL = BASE_URL + '/api' |
|
2 | 3 |
|
3 |
export const AVATAR_URL = 'https://www.inventariarudolphina.com/static/avatars'
|
|
4 |
export const AVATAR_URL = BASE_URL + '/static/avatars'
|
|
4 | 5 |
|
5 |
export const IMAGE_URL = 'https://www.inventariarudolphina.com/static/images'
|
|
6 |
export const IMAGE_URL = BASE_URL + '/static/images'
|
|
6 | 7 |
|
7 |
export const HOME_PAGE_IMG_URL = 'https://www.inventariarudolphina.com/static/home/Rudolf-Aachen-crop.png'
|
|
8 |
export const HOME_PAGE_IMG_URL = BASE_URL + '/static/home/Rudolf-Aachen-crop.png'
|
|
8 | 9 |
|
9 |
export const ITEM_PREVIEW_IMG_PREFIX_URL = 'https://www.inventariarudolphina.com/static/images/thumb-' |
|
10 |
export const ITEM_PREVIEW_IMG_PREFIX_URL = BASE_URL + '/static/images/thumb-' |
Také k dispozici: Unified diff
Fixed error while opening search page, libraries versions updated, api address changed to dev version
re #10798