Files
Moonlight/Moonlight.ApiServer/Program.cs

5 lines
85 B
C#

using Moonlight.ApiServer;
var startup = new Startup();
await startup.Run(args);