6 lines
No EOL
122 B
C#
6 lines
No EOL
122 B
C#
namespace Iceshrimp.Shared.Schemas.Web;
|
|
|
|
public class RedirectResponse
|
|
{
|
|
public required string TargetUrl { get; set; }
|
|
} |