potential fix for a invalid operation exception on client update

change client library cdn provider as cdnjs seems broken at the moment
This commit is contained in:
RaidMax
2019-12-27 12:10:20 -06:00
parent 042fde971e
commit b251ef00c4
4 changed files with 13 additions and 6 deletions

View File

@ -12,6 +12,7 @@ namespace WebfrontCore.Controllers.API
{
}
public IActionResult Index()
{
return Ok($"IW4MAdmin API");