mirror of
				https://github.com/public-transport/db-vendo-client.git
				synced 2025-11-04 01:56:33 +02:00 
			
		
		
		
	Bumped application version
This commit is contained in:
		
							parent
							
								
									b2d9a4e53e
								
							
						
					
					
						commit
						534ceffa00
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -75,7 +75,7 @@ const formatJourneysReq = (ctx, from, to, when, outFrwd, journeysRef) => {
 | 
			
		|||
	return {
 | 
			
		||||
		endpoint: opt.bestprice ? profile.bestpriceEndpoint : profile.journeysEndpoint,
 | 
			
		||||
		body: query,
 | 
			
		||||
		headers: getHeaders('application/x.db.vendo.mob.verbindungssuche.v8+json'),
 | 
			
		||||
		headers: getHeaders('application/x.db.vendo.mob.verbindungssuche.v9+json'),
 | 
			
		||||
		method: 'post',
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			@ -92,7 +92,7 @@ const formatRefreshJourneyReq = (ctx, refreshToken) => {
 | 
			
		|||
	return {
 | 
			
		||||
		endpoint: opt.tickets ? profile.refreshJourneysEndpointTickets : profile.refreshJourneysEndpointPolyline,
 | 
			
		||||
		body: query,
 | 
			
		||||
		headers: getHeaders('application/x.db.vendo.mob.verbindungssuche.v8+json'),
 | 
			
		||||
		headers: getHeaders('application/x.db.vendo.mob.verbindungssuche.v9+json'),
 | 
			
		||||
		method: 'post',
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue