Recreated project with project template
This commit is contained in:
7
MoonlightServers.ApiServer/Program.cs
Normal file
7
MoonlightServers.ApiServer/Program.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Moonlight.ApiServer;
|
||||
|
||||
var startup = new Startup();
|
||||
|
||||
await startup.Run(args, [
|
||||
typeof(Program).Assembly
|
||||
]);
|
||||
Reference in New Issue
Block a user