mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: remove trailing slash from OpenAPI route (#948)
This commit is contained in:
		
							parent
							
								
									23c977e0ea
								
							
						
					
					
						commit
						4c42639a62
					
				@ -151,7 +151,7 @@ export class AdminApi extends runtime.BaseAPI {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        const response = await this.request({
 | 
					        const response = await this.request({
 | 
				
			||||||
            path: `/api/admin/features/`,
 | 
					            path: `/api/admin/features`,
 | 
				
			||||||
            method: 'GET',
 | 
					            method: 'GET',
 | 
				
			||||||
            headers: headerParameters,
 | 
					            headers: headerParameters,
 | 
				
			||||||
            query: queryParameters,
 | 
					            query: queryParameters,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user