Added base structure
This commit is contained in:
8
MoonlightServers.ApiServer/Database/ServersContext.cs
Normal file
8
MoonlightServers.ApiServer/Database/ServersContext.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Moonlight.ApiServer.App.Helpers.Database;
|
||||
|
||||
namespace MoonlightServers.ApiServer.Database;
|
||||
|
||||
public class ServersContext : DatabaseContext
|
||||
{
|
||||
public override string Prefix => "Servers";
|
||||
}
|
||||
Reference in New Issue
Block a user