Added server side code for creating

http://discimagechef.claunia.com with statistics and device
	reports.
This commit is contained in:
2017-06-03 01:19:47 +01:00
parent 64e95a31f9
commit 39e72a1cf9
24 changed files with 4988 additions and 1008 deletions

View File

@@ -39,12 +39,12 @@ using System.Web;
using System.Web.Http;
namespace DiscImageChef.Server
{
{
public class Global : HttpApplication
{
{
protected void Application_Start()
{
GlobalConfiguration.Configure(WebApiConfig.Register);
}
{
GlobalConfiguration.Configure(WebApiConfig.Register);
}
}
}