Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Anime-Manga committed Oct 3, 2023
1 parent e0fd88f commit d37b0a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/references/Cesxhin.AnimeManga.Domain/DTO/ProxyDTO.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace Cesxhin.AnimeManga.Domain.DTO
{
public class ProxyDTO
{
public string Action { get; set; } = "restart";
public string Endpoint { get; set; }
}
}

0 comments on commit d37b0a5

Please sign in to comment.