Add episodes controller

This commit is contained in:
2020-02-29 16:01:22 +01:00
parent 0cef2e3df2
commit 54c0fb2fd2
10 changed files with 190 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
using System;
using EstusShots.Shared.Interfaces;
namespace EstusShots.Shared.Models
{
@@ -60,4 +61,6 @@ namespace EstusShots.Shared.Models
Data = data;
}
}
public class CriticalErrorResponse :IApiResponse{}
}