5 lines
85 B
C#
5 lines
85 B
C#
using Moonlight.ApiServer;
|
|
|
|
var startup = new Startup();
|
|
|
|
await startup.Run(args); |