diff --git a/src/OnePeek.Api/AppSpotlightEndpoint.cs b/src/OnePeek.Api/AppSpotlightEndpoint.cs new file mode 100644 index 0000000..4fa6812 --- /dev/null +++ b/src/OnePeek.Api/AppSpotlightEndpoint.cs @@ -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 + { + + } +}