added new fields to the playlist entry, migrations and started with the api controller to manage the list

This commit is contained in:
2019-01-24 23:14:07 +01:00
parent 6920d410b5
commit 6c6d107550
8 changed files with 221 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ using Tv7Playlist.Core;
namespace Tv7Playlist.Controllers
{
[Route("api/playlist")]
[Route("api/playlist-old")]
[ApiController]
public class PlayListController : ControllerBase
{