mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 10:37:22 -04:00 
			
		
		
		
	fix route typo
This commit is contained in:
		
							parent
							
								
									c5e9cf15f6
								
							
						
					
					
						commit
						2e3ef18a11
					
				| @ -480,7 +480,7 @@ namespace Jellyfin.Api.Controllers | ||||
|         /// </summary> | ||||
|         /// <response code="200">Password reset providers retrieved.</response> | ||||
|         /// <returns>An <see cref="IEnumerable{NameIdPair}"/> with the password reset providers.</returns> | ||||
|         [HttpGet("Auto/PasswordResetProviders")] | ||||
|         [HttpGet("Auth/PasswordResetProviders")] | ||||
|         [ProducesResponseType(StatusCodes.Status200OK)] | ||||
|         [Authorize(Policy = Policies.RequiresElevation)] | ||||
|         public ActionResult<IEnumerable<NameIdPair>> GetPasswordResetProviders() | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user