Skip to content

Commit

Permalink
autogen Auxiliary.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RenderBr committed Feb 7, 2023
1 parent c324b58 commit 4b580ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Supplier/Api/SupplierApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ namespace Supplier.Api
{
public class SupplierApi
{
public SupplierApi()
{
StorageProvider.GetMongoCollection<InfiniteChest>("InfiniteChests");
Console.WriteLine("SupplierAPI has connected to the database successfully.");
}

public string? WorldName { get; set; }

#region Add Chest
Expand Down

0 comments on commit 4b580ef

Please sign in to comment.