File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/shared/dia-backend/num Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Injectable } from '@angular/core';
3
3
import { defer } from 'rxjs' ;
4
4
import { concatMap } from 'rxjs/operators' ;
5
5
import { DiaBackendAuthService } from '../auth/dia-backend-auth.service' ;
6
- import { BASE_URL , BUBBLE_API_URL } from '../secret' ;
6
+ import { BASE_URL , BUBBLE_IFRAME_URL } from '../secret' ;
7
7
8
8
@Injectable ( {
9
9
providedIn : 'root' ,
@@ -33,7 +33,7 @@ export class DiaBackendNumService {
33
33
// ask @ethan wu to change bubble endpoint from POST to GET
34
34
return defer ( ( ) =>
35
35
this . httpClient . post < NumPointPriceListResponse > (
36
- `${ BUBBLE_API_URL } /version-num-points-price-list/ api/1.1/wf/num-points-price-list ` ,
36
+ `${ BUBBLE_IFRAME_URL } / api/1.1/wf/get_num_price ` ,
37
37
{ }
38
38
)
39
39
) ;
You can’t perform that action at this time.
0 commit comments