mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	fix route method
This commit is contained in:
		
							parent
							
								
									afeba4dae7
								
							
						
					
					
						commit
						ae1593b590
					
				@ -1004,7 +1004,7 @@ namespace Jellyfin.Api.Controllers
 | 
				
			|||||||
        /// <param name="validateLogin">Validate login.</param>
 | 
					        /// <param name="validateLogin">Validate login.</param>
 | 
				
			||||||
        /// <response code="200">Created listings provider returned.</response>
 | 
					        /// <response code="200">Created listings provider returned.</response>
 | 
				
			||||||
        /// <returns>A <see cref="OkResult"/> containing the created listings provider.</returns>
 | 
					        /// <returns>A <see cref="OkResult"/> containing the created listings provider.</returns>
 | 
				
			||||||
        [HttpGet("ListingProviders")]
 | 
					        [HttpPost("ListingProviders")]
 | 
				
			||||||
        [Authorize(Policy = Policies.DefaultAuthorization)]
 | 
					        [Authorize(Policy = Policies.DefaultAuthorization)]
 | 
				
			||||||
        [ProducesResponseType(StatusCodes.Status200OK)]
 | 
					        [ProducesResponseType(StatusCodes.Status200OK)]
 | 
				
			||||||
        [SuppressMessage("Microsoft.Performance", "CA5350:RemoveSha1", MessageId = "AddListingProvider", Justification = "Imported from ServiceStack")]
 | 
					        [SuppressMessage("Microsoft.Performance", "CA5350:RemoveSha1", MessageId = "AddListingProvider", Justification = "Imported from ServiceStack")]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user