InfiniLore / infinilore.cs

GNU General Public License v3.0
2 stars 1 forks source link

Add Database #6

Closed github-actions[bot] closed 1 week ago

github-actions[bot] commented 1 week ago

https://github.com/InfiniLore/infinilore.cs/blob/1c97369cb45ab4b1d5aa5f5da5b9c773360a4fab/src/server/InfiniLore.Server/Program.cs#L19


        // -------------------------------------------------------------------------------------------------------------
        WebApplicationBuilder builder = WebApplication.CreateBuilder(args);

        // TODO Overwrite and use SeriLog for logging

        // TODO Add Database

        // Add services to the container.
        builder.Services.AddRazorComponents()
github-actions[bot] commented 1 week ago

Closed in 670a50f2bf3db573cdc063bdb7c69cd5126fdb24.