Skip to content

Commit dc5925c

Browse files
author
Ivan Kudinov
committed
CCS-110909 fix file proxy
1 parent 6c4f9ee commit dc5925c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/app/modules/file-proxy/FileProxyPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Button from '../../components/Button'
66

77
const FileProxyPage: FC = () => {
88
const [url, setUrl] = useState(
9-
'https://cts1dev.ccsteam.ru/api/v1/smartapp_proxy/zgubb4kz4xvqgcwi/upload/iblock/523/cf32v2zoh1rxzriy9xt3iqqtbg4dl254.mp4'
9+
`https://${location.hostname}/api/v1/smartapp_proxy/zgubb4kz4xvqgcwi/upload/iblock/1e7/nsj2kkhq2ibun8s2l3jl4gbocasbybzd/eXpress_video.mp4`
1010
)
1111
const [videoUrl, setVideoUrl] = useState(url)
1212

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-feature-smartapp",
3-
"version": "2.21.2",
3+
"version": "2.21.3",
44
"description": "SmartApp with all features",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)