Upgraded packages. Improved startup. Removed unused components
This commit is contained in:
5
Moonlight.ApiServer/Program.cs
Normal file
5
Moonlight.ApiServer/Program.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using Moonlight.ApiServer;
|
||||
|
||||
var startup = new Startup();
|
||||
|
||||
await startup.Run(args);
|
||||
Reference in New Issue
Block a user