update ping test

This commit is contained in:
Luke Pulverenti
2015-12-29 14:06:32 -05:00
parent a30cfca862
commit 3a7329e414
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)