added new fields to the playlist entry, migrations and started with the api controller to manage the list
This commit is contained in:
@@ -10,7 +10,7 @@ using Tv7Playlist.Core;
|
||||
|
||||
namespace Tv7Playlist.Controllers
|
||||
{
|
||||
[Route("api/playlist")]
|
||||
[Route("api/playlist-old")]
|
||||
[ApiController]
|
||||
public class PlayListController : ControllerBase
|
||||
{
|
||||
|
Reference in New Issue
Block a user