start spotlight endpoint

This commit is contained in:
2015-04-17 00:58:23 +02:00
parent a01246648f
commit 955ca6b51d
+13
View File
@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OnePeek.Api
{
public class AppSpotlightEndpoint : ApiBase
{
}
}