Iceshrimp.NET/Iceshrimp.Shared/Schemas/Web/RedirectResponse.cs
2024-07-04 17:53:11 +02:00

6 lines
No EOL
122 B
C#

namespace Iceshrimp.Shared.Schemas.Web;
public class RedirectResponse
{
public required string TargetUrl { get; set; }
}