mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 16:10:50 +08:00 
			
		
		
		
	started messing around with admin area
This commit is contained in:
		@@ -82,6 +82,14 @@ namespace Ocelot.UnitTests.Configuration
 | 
			
		||||
                _downstreamTemplatePath = downstreamTemplatePath;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            public string AdministrationPath
 | 
			
		||||
            {
 | 
			
		||||
                get
 | 
			
		||||
                {
 | 
			
		||||
                    throw new NotImplementedException();
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            public List<ReRoute> ReRoutes => new List<ReRoute>
 | 
			
		||||
            {
 | 
			
		||||
                new ReRouteBuilder()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user