Initial efcore migration and updates to make sure upserting novels (mostly) works. still need to do chapter handling
This commit is contained in:
6
WebNovelPortalAPI/DTO/ScrapeNovelRequest.cs
Normal file
6
WebNovelPortalAPI/DTO/ScrapeNovelRequest.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace WebNovelPortalAPI.DTO;
|
||||
|
||||
public class ScrapeNovelRequest
|
||||
{
|
||||
public string NovelUrl { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user