mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-10-31 12:15:28 +08:00 
			
		
		
		
	This commit is contained in:
		 Ruben Mamo
					Ruben Mamo
				
			
				
					committed by
					
						 Tom Pallister
						Tom Pallister
					
				
			
			
				
	
			
			
			 Tom Pallister
						Tom Pallister
					
				
			
						parent
						
							44209e97be
						
					
				
				
					commit
					37efe354ca
				
			| @@ -5,7 +5,7 @@ namespace Ocelot.DownstreamRouteFinder.Finder | ||||
|     public class UnableToFindDownstreamRouteError : Error | ||||
|     { | ||||
|         public UnableToFindDownstreamRouteError(string path, string httpVerb)  | ||||
|             : base($"Unable to find downstream route for path: {path}, verb: {httpVerb}", OcelotErrorCode.UnableToFindDownstreamRouteError) | ||||
|             : base($"Failed to match ReRoute configuration for upstream path: {path}, verb: {httpVerb}.", OcelotErrorCode.UnableToFindDownstreamRouteError) | ||||
|         { | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user