There was an error while loading. Please reload this page.
1 parent 6c4f9ee commit dc5925cCopy full SHA for dc5925c
2 files changed
frontend/app/modules/file-proxy/FileProxyPage.tsx
@@ -6,7 +6,7 @@ import Button from '../../components/Button'
6
7
const FileProxyPage: FC = () => {
8
const [url, setUrl] = useState(
9
- 'https://cts1dev.ccsteam.ru/api/v1/smartapp_proxy/zgubb4kz4xvqgcwi/upload/iblock/523/cf32v2zoh1rxzriy9xt3iqqtbg4dl254.mp4'
+ `https://${location.hostname}/api/v1/smartapp_proxy/zgubb4kz4xvqgcwi/upload/iblock/1e7/nsj2kkhq2ibun8s2l3jl4gbocasbybzd/eXpress_video.mp4`
10
)
11
const [videoUrl, setVideoUrl] = useState(url)
12
frontend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "next-feature-smartapp",
3
- "version": "2.21.2",
+ "version": "2.21.3",
4
"description": "SmartApp with all features",
5
"main": "index.js",
"scripts": {
0 commit comments