File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/app/features/home/details Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ export class DetailsPage {
184
184
distinctUntilChanged ( ) ,
185
185
map ( detailedCapture => {
186
186
const host = 'https://captureappiframe.bubbleapps.io' ;
187
- const path = 'version-test ' ;
187
+ const path = '' ;
188
188
const params = `pid=${ detailedCapture . id } &iframeLoadedFrom=CaptureApp` ;
189
189
// const params = `pid=288036ab-5768-4270-988b-a85d7bd11eb3&iframeLoadedFrom=CaptureApp`;
190
190
const url = `${ host } /${ path } ?${ params } ` ;
@@ -210,7 +210,7 @@ export class DetailsPage {
210
210
map ( ( [ detailedCapture ] ) => {
211
211
const token = this . userToken ;
212
212
const host = 'https://captureappiframe.bubbleapps.io' ;
213
- const path = 'version-test/ asset_page' ;
213
+ const path = 'asset_page' ;
214
214
const params = `pid=${ detailedCapture . id } &token=${ token } &iframeLoadedFrom=CaptureApp` ;
215
215
const url = `${ host } /${ path } ?${ params } ` ;
216
216
return this . sanitizer . bypassSecurityTrustResourceUrl ( url ) ;
@@ -257,7 +257,7 @@ export class DetailsPage {
257
257
258
258
iframeUrlFor ( detailedCapture : any ) {
259
259
return this . sanitizer . bypassSecurityTrustResourceUrl (
260
- `https://captureappiframe.bubbleapps.io/version-test/ asset_page?pid=${ detailedCapture . id } `
260
+ `https://captureappiframe.bubbleapps.io/asset_page?pid=${ detailedCapture . id } `
261
261
) ;
262
262
}
263
263
You can’t perform that action at this time.
0 commit comments