update ping test

This commit is contained in:
Luke Pulverenti
2015-12-29 14:06:32 -05:00
parent 3c75008483
commit c30bea9a70
2 changed files with 16 additions and 6 deletions

View File

@@ -123,9 +123,9 @@ namespace MediaBrowser.Api.System
return ToOptimizedResult(result);
}
public void Post(PingSystem request)
public object Post(PingSystem request)
{
return _appHost.Name;
}
public object Get(GetServerLogs request)