File tree Expand file tree Collapse file tree
Basket/Basket.API/Properties
Identity/Identity.API/Properties
Location/Locations.API/Properties
Web/WebSPA/Client/modules/basket Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "windowsAuthentication" : false ,
44 "anonymousAuthentication" : true ,
55 "iisExpress" : {
6- "applicationUrl" : " http://localhost:57423 /" ,
6+ "applicationUrl" : " http://localhost:53998 /" ,
77 "sslPort" : 0
88 }
99 },
Original file line number Diff line number Diff line change 33 "windowsAuthentication" : false ,
44 "anonymousAuthentication" : true ,
55 "iisExpress" : {
6- "applicationUrl" : " http://localhost:55105 " ,
6+ "applicationUrl" : " http://localhost:54010/ " ,
77 "sslPort" : 0
88 }
99 },
Original file line number Diff line number Diff line change 33 "windowsAuthentication" : false ,
44 "anonymousAuthentication" : true ,
55 "iisExpress" : {
6- "applicationUrl" : " http://localhost:53933 /" ,
6+ "applicationUrl" : " http://localhost:54020 /" ,
77 "sslPort" : 0
88 }
99 },
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export class BasketService {
8282 }
8383
8484 getBasket ( ) : Observable < IBasket > {
85- let url = this . basketUrl + '/api/v1/b/basket/' + this . basket . buyerId ;
85+ let url = this . basketUrl + '/purchase-bff/ api/v1/b/basket/' + this . basket . buyerId ;
8686 return this . service . get ( url ) . map ( ( response : Response ) => {
8787 if ( response . status === 204 ) {
8888 return null ;
You can’t perform that action at this time.
0 commit comments